From 00901ed1993d0d4447affbe833d7656869ceabb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sat, 9 Dec 2023 00:20:44 +0100 Subject: [PATCH 1/2] Fix a little oops --- Core/Config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Config.cpp b/Core/Config.cpp index 22e1a7d86f..fc4a2b913a 100644 --- a/Core/Config.cpp +++ b/Core/Config.cpp @@ -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 From 253b8c91e5782c15ae2de119f945ae97a6148d26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sat, 9 Dec 2023 00:21:57 +0100 Subject: [PATCH 2/2] Update the armips submodule (used for asm/disasm etc) --- ext/armips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/armips b/ext/armips index 7bd1ec93d4..a8d71f0f27 160000 --- a/ext/armips +++ b/ext/armips @@ -1 +1 @@ -Subproject commit 7bd1ec93d4586985ba1ef420b43b5e620f68695e +Subproject commit a8d71f0f279eb0d30ecf6af51473b66ae0cf8e8d