mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-14 02:50:56 +00:00
Fix bug where SmallScreen setting wouldn't save right.
This commit is contained in:
parent
c55578367f
commit
2b63c48041
@ -559,7 +559,7 @@ void Config::Save() {
|
||||
#endif
|
||||
graphics->Set("PartialStretch", bPartialStretch);
|
||||
graphics->Set("StretchToDisplay", bStretchToDisplay);
|
||||
graphics->Set("SmallDisplay", &bSmallDisplay);
|
||||
graphics->Set("SmallDisplay", bSmallDisplay);
|
||||
graphics->Set("TrueColor", bTrueColor);
|
||||
graphics->Set("MipMap", bMipMap);
|
||||
graphics->Set("TexScalingLevel", iTexScalingLevel);
|
||||
|
Loading…
x
Reference in New Issue
Block a user