Added srgb toggle

This commit is contained in:
KiritoDv 2024-09-13 11:28:17 -06:00 committed by Sonic Dreamcaster
parent d89f674c0f
commit 63254ffc5e

View File

@ -131,6 +131,7 @@ void GameEngine::ProcessGfxCommands(Gfx* commands) {
}
gFPS = 30;
wnd->EnableSRGBMode();
wnd->SetRendererUCode(UcodeHandlers::ucode_f3dex);
wnd->SetTargetFps(60 / gVIsPerFrame);
wnd->SetMaximumFrameLatency(1);