mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-08-12 02:58:48 +00:00
fs.mitm: steal some heap when building romfs for kotor2 (closes #2564)
This commit is contained in:
parent
af859d9e65
commit
c77acb32be
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@ namespace ams::mitm::fs {
|
|||
};
|
||||
|
||||
constexpr const ApplicationWithDynamicHeapInfo ApplicationsWithDynamicHeap[] = {
|
||||
/* STAR WARS: Knights of the Old Republic II: The Sith Lords. */
|
||||
/* Requirement ? MB. 16 MB stolen heap fixes a crash, though. */
|
||||
/* Unknown heap sensitivity. */
|
||||
{ 0x0100B2C016252000, 16_MB, 0_MB },
|
||||
|
||||
/* Animal Crossing: New Horizons. */
|
||||
/* Requirement ~24 MB. */
|
||||
/* No particular heap sensitivity. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue