mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Add support for title.db, and use title.db to augment TMD finding
Also added support for system title CIA building, and fixed various minor issues. Also moved MakeMagic to Common.
This commit is contained in:
Vendored
+4
-1
@@ -39,6 +39,9 @@ end
|
||||
# === ticket.db
|
||||
cp -w -n "1:/dbs/ticket.db" $[OUT]/ticket.db
|
||||
|
||||
# === title.db
|
||||
cp -w -n "1:/dbs/title.db" $[OUT]/title.db
|
||||
|
||||
# === Safe mode firm
|
||||
if not find $[OUT]/firm NULL
|
||||
mkdir $[OUT]/firm
|
||||
@@ -187,7 +190,7 @@ else
|
||||
end
|
||||
|
||||
# === Write version
|
||||
dumptxt $[OUT]/version.txt 3
|
||||
dumptxt $[OUT]/version.txt 4
|
||||
|
||||
set PREVIEW_MODE "threeSD Dumper\nby zhaowenlan1779\n \nSuccess!"
|
||||
echo "Successfully dumped necessary\nfiles for threeSD."
|
||||
|
||||
Reference in New Issue
Block a user