mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix bug where SmallScreen setting wouldn't save right.
This commit is contained in:
parent
c55578367f
commit
2b63c48041
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue