mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-06-05 19:56:57 +00:00
Merge pull request #2800 from masagrator/patch-1
fs.mitm: Add "Until Then" as another game which needs stolen heap for layeredfs
This commit is contained in:
commit
2c7e2bfaae
@ -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. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user