mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
feat(console): enable console access when initializing device
This commit is contained in:
parent
ef71ddc46e
commit
309ba8085c
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue