mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 03:02:30 +00:00
fix(console): set gxApi after being hinted
This commit is contained in:
parent
7859f381ce
commit
4ecdf64491
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
CGxDevice* device = GxDevCreate(api, OsWindowProc, format);
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue