summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKiritoDv <kiritodev01@gmail.com>2024-09-13 11:28:17 -0600
committerSonic Dreamcaster <alejandro.asenjo88@gmail.com>2024-09-17 20:31:35 -0300
commit63254ffc5e2693e727617af7a20e16e22e95bb22 (patch)
tree6dcc4a0aadfbc3872c00c2f65c79670a504af310 /src
parentd89f674c0f6510a007c3c6cbcbd6a79725e55462 (diff)
Added srgb toggle
Diffstat (limited to 'src')
-rw-r--r--src/port/Engine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/port/Engine.cpp b/src/port/Engine.cpp
index f7636761..8aadb586 100644
--- a/src/port/Engine.cpp
+++ b/src/port/Engine.cpp
@@ -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);