From c1346e5e8a4d0ae917580e63cb27e578e31c927b Mon Sep 17 00:00:00 2001 From: AzaharPlus Date: Sun, 6 Apr 2025 19:36:48 +0200 Subject: [PATCH] fix Secureinfo_A support --- src/common/hacks/hack_list.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/hacks/hack_list.cpp b/src/common/hacks/hack_list.cpp index 637876f09..ec2ab2df4 100644 --- a/src/common/hacks/hack_list.cpp +++ b/src/common/hacks/hack_list.cpp @@ -108,7 +108,6 @@ HackManager hack_manager = { 0x000400000D40D200, }, }}, -#endif {HackType::REGION_FROM_SECURE, HackEntry{ @@ -157,6 +156,7 @@ HackManager hack_manager = { 0x0004013020003203, // New 3DS safe mode }, }}, +#endif }}; } \ No newline at end of file