mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-04-16 01:55:21 +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);
|
||||
}
|
||||
|
||||
// TODO
|
||||
|
||||
// TODO s_requestedFormat.hwTnL = !CmdLineGetBool(CMD_SW_TNL);
|
||||
s_requestedFormat.hwTnL = true;
|
||||
|
||||
// TODO
|
||||
|
||||
CGxFormat format;
|
||||
memcpy(&format, &s_requestedFormat, sizeof(s_requestedFormat));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user