mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Fix typo in Config.cpp that resulted in fullscreenonlaunch always being set to true.
This commit is contained in:
parent
32bb4d7db5
commit
0843e2a6fc
@ -234,7 +234,7 @@ void Config::Save()
|
||||
graphics->Set("VertexCache", bVertexCache);
|
||||
#ifdef _WIN32
|
||||
graphics->Set("FullScreen", bFullScreen);
|
||||
graphics->Set("FullScreenOnLaunch", &bFullScreenOnLaunch);
|
||||
graphics->Set("FullScreenOnLaunch", bFullScreenOnLaunch);
|
||||
#endif
|
||||
#ifdef BLACKBERRY
|
||||
graphics->Set("PartialStretch", bPartialStretch);
|
||||
|
Loading…
Reference in New Issue
Block a user