mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 05:03:35 +02:00
Add developer setting "Show on screen messages". Uncheck to hide them.
Fixes #13682. Might move to system settings or something next release, don't want to cause a mess in translations.
This commit is contained in:
@@ -461,6 +461,7 @@ static ConfigSetting generalSettings[] = {
|
||||
ConfigSetting("EnableStateUndo", &g_Config.bEnableStateUndo, &DefaultEnableStateUndo, true, true),
|
||||
ConfigSetting("RewindFlipFrequency", &g_Config.iRewindFlipFrequency, 0, true, true),
|
||||
|
||||
ConfigSetting("ShowOnScreenMessage", &g_Config.bShowOnScreenMessages, true, true, false),
|
||||
ConfigSetting("ShowRegionOnGameIcon", &g_Config.bShowRegionOnGameIcon, false),
|
||||
ConfigSetting("ShowIDOnGameIcon", &g_Config.bShowIDOnGameIcon, false),
|
||||
ConfigSetting("GameGridScale", &g_Config.fGameGridScale, 1.0),
|
||||
|
||||
Reference in New Issue
Block a user