mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-22 00:59:18 +01:00
* adding brief readmii about what each program does
This commit is contained in:
parent
50b8b666d4
commit
941fe73baf
3
.gitattributes
vendored
3
.gitattributes
vendored
@ -9,6 +9,7 @@ nandExtract/nandbin.h -text
|
||||
nandExtract/nandwindow.cpp -text
|
||||
nandExtract/nandwindow.h -text
|
||||
nandExtract/nandwindow.ui -text
|
||||
nandExtract/readmii.txt -text
|
||||
nandExtract/tools.cpp -text
|
||||
nandExtract/tools.h -text
|
||||
nand_dump/aes.c -text
|
||||
@ -23,6 +24,7 @@ nand_dump/nanddump.cpp -text
|
||||
nand_dump/nanddump.h -text
|
||||
nand_dump/nusdownloader.cpp -text
|
||||
nand_dump/nusdownloader.h -text
|
||||
nand_dump/readmii.txt -text
|
||||
nand_dump/settingtxtdialog.cpp -text
|
||||
nand_dump/settingtxtdialog.h -text
|
||||
nand_dump/settingtxtdialog.ui -text
|
||||
@ -46,6 +48,7 @@ saveToy/mainwindow.ui -text
|
||||
saveToy/noBanner.png -text
|
||||
saveToy/noIcon.png -text
|
||||
saveToy/rc.qrc -text
|
||||
saveToy/readmii.txt -text
|
||||
saveToy/saveToy.pro -text
|
||||
saveToy/savebanner.cpp -text
|
||||
saveToy/savebanner.h -text
|
||||
|
2
nandExtract/readmii.txt
Normal file
2
nandExtract/readmii.txt
Normal file
@ -0,0 +1,2 @@
|
||||
this is a tool to extract all or part of an encrypted nand dump to a file system.
|
||||
it is based off code from http://sites.google.com/site/parannoyedwii/ with a few bug fixes.
|
5
nand_dump/readmii.txt
Normal file
5
nand_dump/readmii.txt
Normal file
@ -0,0 +1,5 @@
|
||||
this program downloads files from NUS. currently it supports installing them to an extracted nand dump for use in sneek/dolphin.
|
||||
downloaded files can be cached to a local file so next time you try to download that title, you wont need to get it from NUS.
|
||||
|
||||
TODO...
|
||||
saving content to a seperate folder and packing wads is only partially done
|
4
saveToy/readmii.txt
Normal file
4
saveToy/readmii.txt
Normal file
@ -0,0 +1,4 @@
|
||||
this is a tool to list saves in an extracted nand dump
|
||||
|
||||
TODO:
|
||||
add some sort of extract/delete/install functionality
|
Loading…
Reference in New Issue
Block a user