mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
fix(console): set gxApi after being hinted
This commit is contained in:
parent
7859f381ce
commit
4ecdf64491
@ -297,6 +297,8 @@ void ConsoleDeviceInitialize(const char* title) {
|
||||
}
|
||||
}
|
||||
|
||||
s_cvGxApi->Set(g_gxApiNames[api], true, false, false, true);
|
||||
|
||||
CGxDevice* device = GxDevCreate(api, OsWindowProc, format);
|
||||
|
||||
// TODO
|
||||
|
Loading…
Reference in New Issue
Block a user