Compare commits

..

10 Commits

Author SHA1 Message Date
Michael Scire
145c6fd08c docs: 1.5.4 changelog, zelda why the fuck 2023-05-14 03:15:43 -07:00
Michael Scire
576f1c43a4 romfs: zelda is a blight upon this earth 2023-05-11 23:39:02 -07:00
Michael Scire
a9fc5fdab0 romfs: fix issues in close-during-build 2023-05-10 01:18:49 -07:00
Michael Scire
0a207d4d2e romfs: animal crossing is also not a nice game 2023-05-10 00:09:14 -07:00
Michael Scire
3124a77165 Release the dynamic heap a little more eagerly 2023-05-10 00:07:33 -07:00
Michael Scire
6eec927ad8 pm/romfs: first (broken?) pass at dynamic heap.
I cannot wait to figure out all the ways this is wrong.
2023-05-09 23:47:31 -07:00
Michael Scire
94f69276cd romfs: revert memory usage increases; we'll handle torture games case-by-case. 2023-05-09 22:18:50 -07:00
Michael Scire
efe7b63576 pm/mitm: okay, that api won't work, try a different one 2023-05-09 22:12:00 -07:00
Michael Scire
9b480e4757 pm: add api for ams.mitm to steal application memory 2023-05-09 15:07:40 -07:00
Michael Scire
e1c4523c41 fs.mitm: skeleton the use of special allocation in romfs build 2023-05-09 14:22:04 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
[subrepo]
remote = https://github.com/Atmosphere-NX/Atmosphere-libs
branch = master
commit = f4a966eb4cd102c4648d5c0d0e6c2527c02ff8d2
parent = e9de11a746ce94e556bf6a7b4a73edc5502d8806
commit = cd0fc2c1d5728ec45414aaaa6efa28c269695992
parent = 8ec7c096d04e6f9586be2cb785840cd482d4b900
method = merge
cmdver = 0.4.1

View File

@@ -17,7 +17,7 @@
#define ATMOSPHERE_RELEASE_VERSION_MAJOR 1
#define ATMOSPHERE_RELEASE_VERSION_MINOR 5
#define ATMOSPHERE_RELEASE_VERSION_MICRO 4
#define ATMOSPHERE_RELEASE_VERSION_MICRO 3
#define ATMOSPHERE_RELEASE_VERSION ATMOSPHERE_RELEASE_VERSION_MAJOR, ATMOSPHERE_RELEASE_VERSION_MINOR, ATMOSPHERE_RELEASE_VERSION_MICRO