mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-16 01:55:21 +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 "console/Device.hpp"
|
||||||
#include "client/Gui.hpp"
|
#include "client/Gui.hpp"
|
||||||
|
#include "console/Console.hpp"
|
||||||
#include "console/CVar.hpp"
|
#include "console/CVar.hpp"
|
||||||
#include "event/Input.hpp"
|
#include "event/Input.hpp"
|
||||||
#include "gx/Device.hpp"
|
#include "gx/Device.hpp"
|
||||||
@ -147,6 +148,9 @@ void ConsoleDeviceInitialize(const char* title) {
|
|||||||
// TODO proper logic
|
// TODO proper logic
|
||||||
s_hwDetect = true;
|
s_hwDetect = true;
|
||||||
|
|
||||||
|
// TODO ConsoleAccessSetEnabled(CmdLineGetBool(35));
|
||||||
|
ConsoleAccessSetEnabled(1);
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
|
|
||||||
RegisterGxCVars();
|
RegisterGxCVars();
|
||||||
|
Loading…
Reference in New Issue
Block a user