From 3cfac35c93a1d2e86eda3e07b7a90c9a240c1083 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/libexosphere/include/exosphere/pkg1/pkg1_boot_config.hpp b/libexosphere/include/exosphere/pkg1/pkg1_boot_config.hpp index 76de8919..b61fb7e0 100644 --- a/libexosphere/include/exosphere/pkg1/pkg1_boot_config.hpp +++ b/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 {