mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-15 17:46:03 +03:00
feat(console): enable console access when initializing device
This commit is contained in:
parent
ef71ddc46e
commit
309ba8085c
@ -1,5 +1,6 @@
|
||||
#include "console/Device.hpp"
|
||||
#include "client/Gui.hpp"
|
||||
#include "console/Console.hpp"
|
||||
#include "console/CVar.hpp"
|
||||
#include "event/Input.hpp"
|
||||
#include "gx/Device.hpp"
|
||||
@ -147,6 +148,9 @@ void ConsoleDeviceInitialize(const char* title) {
|
||||
// TODO proper logic
|
||||
s_hwDetect = true;
|
||||
|
||||
// TODO ConsoleAccessSetEnabled(CmdLineGetBool(35));
|
||||
ConsoleAccessSetEnabled(1);
|
||||
|
||||
// TODO
|
||||
|
||||
RegisterGxCVars();
|
||||
|
Loading…
Reference in New Issue
Block a user