fix(console): set gxApi after being hinted

This commit is contained in:
superp00t 2023-12-10 22:40:10 -05:00
parent 7859f381ce
commit 4ecdf64491

View File

@ -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