Skip to content

Commit

Permalink
Merge pull request #18495 from hrydgard/upgrade-armips-submodule
Browse files Browse the repository at this point in the history
Update the armips submodule
  • Loading branch information
hrydgard committed Dec 9, 2023
2 parents 29b934a + 253b8c9 commit 3e20fab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 3e20fab

Please sign in to comment.