mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Fix saving of the new Stretch setting
This commit is contained in:
parent
ef68cac2df
commit
0682b7ba54
@ -915,6 +915,8 @@ static ConfigSetting graphicsSettings[] = {
|
||||
ConfigSetting("DisplayOffsetY", &g_Config.fDisplayOffsetY, 0.5f, true, true),
|
||||
ConfigSetting("DisplayScale", &g_Config.fDisplayScale, 1.0f, true, true),
|
||||
ConfigSetting("DisplayAspectRatio", &g_Config.fDisplayAspectRatio, 1.0f, true, true),
|
||||
ConfigSetting("DisplayStretch", &g_Config.bDisplayStretch, false, true, true),
|
||||
|
||||
ConfigSetting("ImmersiveMode", &g_Config.bImmersiveMode, true, true, true),
|
||||
ConfigSetting("SustainedPerformanceMode", &g_Config.bSustainedPerformanceMode, false, true, true),
|
||||
ConfigSetting("IgnoreScreenInsets", &g_Config.bIgnoreScreenInsets, true, true, false),
|
||||
|
Loading…
Reference in New Issue
Block a user