From 0a207d4d2e7139143e53d86586c860fc4d3ef842 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Wed, 10 May 2023 00:09:14 -0700 Subject: [PATCH] romfs: animal crossing is also not a nice game --- stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.cpp b/stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.cpp index 008c98b90..6c2856d2c 100644 --- a/stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.cpp +++ b/stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.cpp @@ -32,6 +32,7 @@ namespace ams::mitm::fs { }; constexpr const ApplicationWithDynamicHeapInfo ApplicationsWithDynamicHeap[] = { + { 0x01006F8002326000, 32_MB }, /* Animal Crossing: New Horizons. */ { 0x0100A6301214E000, 40_MB }, /* Fire Emblem: Engage. */ };