Atmosphere/stratosphere
Michael Scire b7ec64ea16 fs.mitm: add and use memlet module to temporarily steal applet memory while building romfs images.
Starting in 20.0.0, the browser needs more applet memory to function, so we can't steal as much any more.
Thus, we now steal 14 MB on 20.0.0+ instead of 40MB.

However, since this reduces memory available for custom system modules, we are adjusting to compensate.
ams.mitm's heap size has been reduced from 32MB to 12MB (recovering 20MB).
In addition, fs.mitm now uses a new mechanism for stealing memory from the applet pool while romfs is being built.

On net, we are compromising:
    * Custom sysmodules lose memory available to them.
        On 19.0.0/AMS 1.8.0, there was 30 MB available for custom sysmodules.
        Stealing 14 MB instead of 40 MB, we lose 26 MB of that. Reducing ams.mitm's usage will gain us back 20.
        Nintendo also appears to...use 4 extra MB, in 20.0.0, from my test homebrew.
        So on 20.0.0/AMS 1.9.0, there should be 20 MB available for custom sysmodules.
        On the bright side, on <20.0.0/AMS 1.9.0, I guess there will be 50 MB available for custom sysmodules now?
    * totk mods will lose the ability to...put every file in the romfs on sd card. There will be some unknown maximum filecount for totk mods.
        On the bright side, implementing the transient memory stealing should improve compatibility for some mods which strictly add files?
2025-05-09 11:55:21 -07:00
..
ams_mitm fs.mitm: add and use memlet module to temporarily steal applet memory while building romfs images. 2025-05-09 11:55:21 -07:00
boot boot: fix ChargerDriver inititalization correctness (thanks @CTCaer) 2022-09-16 15:34:38 -07:00
boot2 boot2: update for 16.0.0 2023-02-22 17:19:51 -08:00
creport kern/strat: update for new DebugFlags capability semantics 2024-10-15 21:48:59 -07:00
cs ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00
dmnt Add extensions to dmnt cheat virtual machine (#2479) 2025-01-09 19:38:59 -07:00
dmnt.gen2 kern/strat: update for new DebugFlags capability semantics 2024-10-15 21:48:59 -07:00
eclct.stub ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00
erpt erpt: fix multiple issues with automatic report cleanup (thanks @yellows8) 2022-12-13 01:08:13 -07:00
fatal kern/strat: update for new DebugFlags capability semantics 2024-10-15 21:48:59 -07:00
fs ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00
htc ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00
jpegdec ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00
loader ldr/pm: update for 20.0.0 abi changes 2025-05-09 11:55:21 -07:00
LogManager ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00
memlet fs.mitm: add and use memlet module to temporarily steal applet memory while building romfs images. 2025-05-09 11:55:21 -07:00
ncm ncm: work around change in Nintendo save handling behavior 2023-10-12 08:55:58 -07:00
pgl ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00
pm fs.mitm: add and use memlet module to temporarily steal applet memory while building romfs images. 2025-05-09 11:55:21 -07:00
ro ro: support NROs with read-only first page 2024-10-15 21:48:59 -07:00
sm sm: fix compat with new service macros 2023-10-26 14:44:45 -07:00
spl spl: add support for new spl:es command 33 2024-03-29 02:41:14 -07:00
TioServer ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00
Makefile ams: support building unit test programs on windows/linux/macos 2022-03-21 17:21:44 -07:00
stratosphere.mk fs.mitm: add and use memlet module to temporarily steal applet memory while building romfs images. 2025-05-09 11:55:21 -07:00