|
romfs/ams.mitm/pm: refactor to dynamically steal heap for certain games. (#2122)
* fs.mitm: skeleton the use of special allocation in romfs build * pm: add api for ams.mitm to steal application memory * pm/mitm: okay, that api won't work, try a different one * romfs: revert memory usage increases; we'll handle torture games case-by-case. * pm/romfs: first (broken?) pass at dynamic heap. I cannot wait to figure out all the ways this is wrong. * Release the dynamic heap a little more eagerly * romfs: animal crossing is also not a nice game * romfs: fix issues in close-during-build * romfs: zelda is a blight upon this earth |
|---|
|
|
| libraries/libstratosphere/include/stratosphere.hpp |
|---|
| libraries/libstratosphere/include/stratosphere/mitm.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/mitm/impl/mitm_pm_interface.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/mitm/mitm_pm_api.hpp 0 → 100644 |
|---|
| libraries/libstratosphere/include/stratosphere/pm/impl/pm_shell_interface.hpp |
|---|
| libraries/libstratosphere/source/mitm/mitm_pm.os.horizon.c 0 → 100644 |
|---|
| libraries/libstratosphere/source/mitm/mitm_pm.os.horizon.h 0 → 100644 |
|---|
| libraries/libstratosphere/source/mitm/mitm_pm_api.cpp 0 → 100644 |
|---|
| libraries/libstratosphere/source/pm/pm_shell_api.cpp |
|---|
| libraries/libvapours/include/vapours/results/fs_results.hpp |
|---|
| stratosphere/ams_mitm/ams_mitm.json |
|---|
| stratosphere/ams_mitm/source/amsmitm_module_management.cpp |
|---|
| stratosphere/ams_mitm/source/fs_mitm/fs_mitm_service.cpp |
|---|
| stratosphere/ams_mitm/source/fs_mitm/fsmitm_layered_romfs_storage.cpp |
|---|
| stratosphere/ams_mitm/source/fs_mitm/fsmitm_layered_romfs_storage.hpp |
|---|
| stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.cpp |
|---|
| stratosphere/ams_mitm/source/fs_mitm/fsmitm_romfs.hpp |
|---|
| stratosphere/ams_mitm/source/mitm_pm/mitm_pm_module.cpp 0 → 100644 |
|---|
| stratosphere/ams_mitm/source/mitm_pm/mitm_pm_module.hpp 0 → 100644 |
|---|
| stratosphere/ams_mitm/source/mitm_pm/mitm_pm_service.cpp 0 → 100644 |
|---|
| stratosphere/ams_mitm/source/mitm_pm/mitm_pm_service.hpp 0 → 100644 |
|---|
| stratosphere/ams_mitm/source/ns_mitm/ns_am_mitm_service.cpp |
|---|
| stratosphere/ams_mitm/source/ns_mitm/ns_web_mitm_service.cpp |
|---|
| stratosphere/ams_mitm/source/set_mitm/set_mitm_service.cpp |
|---|
| stratosphere/ams_mitm/source/set_mitm/setmitm_module.cpp |
|---|
| stratosphere/fatal/fatal.json |
|---|
| stratosphere/fatal/source/fatal_task_screen.cpp |
|---|
| stratosphere/pm/source/impl/pm_process_manager.cpp |
|---|
| stratosphere/pm/source/impl/pm_process_manager.hpp |
|---|
| stratosphere/pm/source/impl/pm_resource_manager.cpp |
|---|
| stratosphere/pm/source/impl/pm_resource_manager.hpp |
|---|