move Disable Gamma option to developer menu

This commit is contained in:
Sonic Dreamcaster
2025-02-01 04:23:51 -03:00
parent c317bf663d
commit 364e72760e
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ GameEngine::GameEngine() {
"SoundFont", static_cast<uint32_t>(SF64::ResourceType::SoundFont), 0);
prevAltAssets = CVarGetInteger("gEnhancements.Mods.AlternateAssets", 0);
gEnableGammaBoost = CVarGetInteger("gGraphics.GammaMode", 1) == 1;
gEnableGammaBoost = CVarGetInteger("gGraphics.GammaMode", 0) == 0;
context->GetResourceManager()->SetAltAssetsEnabled(prevAltAssets);
}