mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
feat(gx): set hw accel flag on gx format
This commit is contained in:
parent
6758062643
commit
a490cc7be7
1 changed files with 7 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue