mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix a little oops
This commit is contained in:
parent
29b934a4d9
commit
00901ed199
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ static bool DefaultVSync() {
|
|||
}
|
||||
|
||||
static bool DefaultEnableStateUndo() {
|
||||
#ifdef PPSSPP_PLATFORM(ANDROID) || PPSSPP_PLATFORM(IOS)
|
||||
#if PPSSPP_PLATFORM(ANDROID) || PPSSPP_PLATFORM(IOS)
|
||||
// Off on mobile to save disk space.
|
||||
return false;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue