Skip to content

Commit

Permalink
Fix a little oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Dec 8, 2023
1 parent 29b934a commit 00901ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Config.cpp
Expand Up @@ -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
Expand Down

0 comments on commit 00901ed

Please sign in to comment.