mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-18 19:12:44 +03:00
feat(gx): set hw accel flag on gx format
This commit is contained in:
parent
6758062643
commit
a490cc7be7
@ -182,6 +182,13 @@ void ConsoleDeviceInitialize(const char* title) {
|
|||||||
SetGxCVars(s_requestedFormat);
|
SetGxCVars(s_requestedFormat);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
|
||||||
|
// TODO s_requestedFormat.hwTnL = !CmdLineGetBool(CMD_SW_TNL);
|
||||||
|
s_requestedFormat.hwTnL = true;
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
|
||||||
CGxFormat format;
|
CGxFormat format;
|
||||||
memcpy(&format, &s_requestedFormat, sizeof(s_requestedFormat));
|
memcpy(&format, &s_requestedFormat, sizeof(s_requestedFormat));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user