mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-11-09 06:01:17 +01:00
fs.mitm: add another game which needs stolen heap for layeredfs
This commit is contained in:
parent
11a46e4579
commit
c8e39a54d2
@ -36,6 +36,11 @@ namespace ams::mitm::fs {
|
|||||||
};
|
};
|
||||||
|
|
||||||
constexpr const ApplicationWithDynamicHeapInfo ApplicationsWithDynamicHeap[] = {
|
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. */
|
/* STAR WARS: Knights of the Old Republic II: The Sith Lords. */
|
||||||
/* Requirement ? MB. 16 MB stolen heap fixes a crash, though. */
|
/* Requirement ? MB. 16 MB stolen heap fixes a crash, though. */
|
||||||
/* Unknown heap sensitivity. */
|
/* Unknown heap sensitivity. */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user