- Jul 04, 2016
-
-
JamePeng authored
-
- May 28, 2016
- Apr 21, 2016
-
-
tfarley authored
-
- Apr 05, 2016
-
-
MerryMage authored
-
- Mar 20, 2016
-
-
Subv authored
This allows Fire Emblem to boot again.
-
Subv authored
-
Subv authored
Format information is currently only implemented for the ExtSaveData, SharedExtSaveData and SaveData archives, the information is stored in a file alongside the root folder of the archive.
-
Subv authored
-
Subv authored
-
Subv authored
-
Subv authored
These operations are limited by the open flags specified while opening the file.
-
Subv authored
-
Subv authored
-
- Oct 28, 2015
-
-
archshift authored
-
- Jul 14, 2015
-
-
Yuri Kunde Schlesner authored
Buffer lengths should be size_t, and file offsets should be u64.
-
- Jun 27, 2015
-
-
Emmanuel Gil Peyrot authored
-
- Jun 02, 2015
-
-
Subv authored
Organize the ExtSaveData folders as they are stored in the console.
-
- May 29, 2015
-
-
Emmanuel Gil Peyrot authored
-
- May 07, 2015
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- Mar 14, 2015
-
-
Subv authored
Also fixed a bug with CreateExtSaveData that made it unable to create ExtSaveData archives in the SDMC directory.
-
- Mar 04, 2015
-
-
Subv authored
This coincidentally fixes an issue about the PTM service failing to create its SharedExtSaveData archive due to the FS service not being initialized by the time the creating code runs. Ideally I'd like to move each process to its own folder, and have a single file per process that registers the service classes, which would be in their own files inside that folder. Then each service class would just call functions from the process to complete the commands.
-
- Feb 26, 2015
-
-
Subv authored
Ported to the new factory pattern we have for archives.
-
- Feb 12, 2015
-
-
Subv authored
-
- Feb 11, 2015
-
-
archshift authored
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time) As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing) Also removed some GEKKO cruft.
-
- Feb 10, 2015
-
-
Subv authored
-
Subv authored
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- Feb 02, 2015
-
-
Yuri Kunde Schlesner authored
-
Yuri Kunde Schlesner authored
-
- Jan 30, 2015
-
-
Lioncash authored
-
Yuri Kunde Schlesner authored
It was only being used in two places, where it was replaced by a local constant.
-
- Jan 24, 2015
-
-
Subv authored
Implemented FSUser::CreateExtSaveData
-
- Jan 06, 2015
- Jan 04, 2015
- Jan 03, 2015
-
-
Subv authored
This is to better represent the hardware layout, they are still aren't quite accurate, but this better and will help a bit when implementing the other archives like NAND-RO and NAND-RW
-