From e3ace4be15cdc8da685b09c2c7ba1c3162f125a4 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 19 Oct 2022 15:18:08 -0700 Subject: [PATCH] exo: fix MemoryArrange enum typo --- .../libexosphere/include/exosphere/pkg1/pkg1_boot_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libexosphere/include/exosphere/pkg1/pkg1_boot_config.hpp b/libraries/libexosphere/include/exosphere/pkg1/pkg1_boot_config.hpp index 76de89192..b61fb7e07 100644 --- a/libraries/libexosphere/include/exosphere/pkg1/pkg1_boot_config.hpp +++ b/libraries/libexosphere/include/exosphere/pkg1/pkg1_boot_config.hpp @@ -27,7 +27,7 @@ namespace ams::pkg1 { enum MemoryArrange { MemoryArrange_Normal = 1, MemoryArrange_AppletDev = 2, - MemoryArrange_SystemDev = 2, + MemoryArrange_SystemDev = 3, }; enum MemoryMode {