Set key colors to be on by default

This commit is contained in:
aMannus 2022-09-04 23:09:17 +02:00
parent 2c63321638
commit fe413fd675
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ namespace SohImGui {
statsWindowOpen = CVar_GetS32("gStatsEnabled", 0);
CVar_RegisterS32("gRandomizeRupeeNames", 1);
CVar_RegisterS32("gRandoRelevantNavi", 1);
CVar_RegisterS32("gRandoMatchKeyColors", 1);
#ifdef __SWITCH__
Ship::Switch::SetupFont(io->Fonts);
#endif