You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cur-changelog.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
1
# Changelog for `v1.2.1`
2
2
3
+
- Recompiled with Atmosphère v1.9.1 support (20.1.0)
4
+
3
5
- Introduced a new game icon/NACP caching system to circumvent issues with 20.x icon/NACP loading slowdowns:
4
6
5
-
- Icon/NACP data is stored in-memory in uSystem, which is why uSystem's memory footprint increases from `12MB` to around `30MB`: this should, in theory, allow cache for up to `200` installed games. If anyone happens to have more than this amount installed, then (even though this is already an absurd amount) feel free to open an issue to request more cache memory (we could theoretically use up to around `50MB`)
7
+
- Icon/NACP data is stored in-memory in uSystem, which is why uSystem's memory footprint increases from `12MB` to around `40MB`: this should, in theory, allow cache for up to `200` installed games. If anyone happens to have more than this amount installed, then (even though this is already an absurd amount) feel free to open an issue to request more cache memory (we could theoretically use up to around `50MB`)
6
8
7
9
- Don't worry, since this shouldn't impact anything: we are already using less memory than the base HOME menu (which is around `50MB`) even considering the resulting size of the uSystem binary, we have been for years and still are, so (as always) things will be the same as with regular HOME menu, maybe even smoother
8
10
@@ -12,8 +14,6 @@
12
14
13
15
- Fixed a weird bug where (sometimes?) the default theme would be considered outdated
14
16
15
-
- Recompiled with Atmosphère v1.9.1 support (20.1.0)
if(!Module['preRun'])throw'Module.preRun should exist because file support used it; did a pre-js delete it?';
226
226
necessaryPreJSTasks.forEach((task)=>{
227
227
if(Module['preRun'].indexOf(task)<0)throw'All preRun tasks that exist before user pre-js code should remain after; did you replace Module or modify Module.preRun?';
228
228
});
229
-
// end include: /tmp/tmpv2tfitfh.js
229
+
// end include: /tmp/tmpt3j6_dpw.js
230
230
231
231
232
232
vararguments_=[];
@@ -656,7 +656,7 @@ function updateMemoryViews() {
0 commit comments