mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-05 08:39:04 +00:00
lots of important fixes
- DPFS container is fixed - SD Savegame is fixed - added slot0x25KeyX load - added regex for titile ID - added aes_keys.txt import - sd savegame listing is fixed (uninitialized won't be listed any more) - error handling is improved (removed asserts and replaced with return values) - UI is now functional - config is now checked in main
This commit is contained in:
Vendored
+4
@@ -28,12 +28,16 @@ if chk $[ONTYPE] "N3DS"
|
||||
end
|
||||
cp -w -n "1:/title/00040138/20000003/content" $[OUT]/firm/new
|
||||
rm $[OUT]/firm/new/cmd
|
||||
find $[OUT]/firm/new/*.app APP
|
||||
decrypt $[APP]
|
||||
else
|
||||
if not find $[OUT]/firm/old NULL
|
||||
mkdir $[OUT]/firm/old
|
||||
end
|
||||
cp -w -n "1:/title/00040138/00000003/content" $[OUT]/firm/old
|
||||
rm $[OUT]/firm/old/cmd
|
||||
find $[OUT]/firm/old/*.app APP
|
||||
decrypt $[APP]
|
||||
end
|
||||
|
||||
if chk $[ONTYPE] "N3DS"
|
||||
|
||||
Reference in New Issue
Block a user