From c8e39a54d257bf9875ac852fc1521f046c968339 Mon Sep 17 00:00:00 2001 From: Michael Scire Date: Tue, 7 Oct 2025 23:12:07 -0700 Subject: [PATCH] fs.mitm: add 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 cba29e380..d776f35af 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[] = { + /* Trails in the Sky 1st Chapter. */ + /* Requirement ? MB. 16 MB stolen heap fixes a crash, though. */ + /* Unknown heap sensitivity. */ + { 0x01002C9022770000, 16_MB, 0_MB }, + /* STAR WARS: Knights of the Old Republic II: The Sith Lords. */ /* Requirement ? MB. 16 MB stolen heap fixes a crash, though. */ /* Unknown heap sensitivity. */