From 60cc15953dd44452b7d2458aade3dc292a9f3e16 Mon Sep 17 00:00:00 2001 From: hexkyz Date: Sat, 25 Apr 2026 19:55:43 +0100 Subject: [PATCH] Merge pull request #2800 from masagrator/patch-1 fs.mitm: Add "Until Then" as another game which needs stolen heap for layeredfs --- stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.cpp b/stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.cpp index d776f35af..484e078ce 100644 --- a/stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.cpp +++ b/stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.cpp @@ -36,6 +36,11 @@ namespace ams::mitm::fs { }; constexpr const ApplicationWithDynamicHeapInfo ApplicationsWithDynamicHeap[] = { + /* Until Then. */ + /* Requirement ~34 MB. */ + /* No particular heap sensitivity. */ + { 0x010019C023004000, 16_MB, 0_MB }, + /* Trails in the Sky 1st Chapter. */ /* Requirement ? MB. 16 MB stolen heap fixes a crash, though. */ /* Unknown heap sensitivity. */