feat(gx): set hw accel flag on gx format

This commit is contained in:
fallenoak 2023-03-06 22:57:59 -06:00
parent 6758062643
commit a490cc7be7
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

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