Virtual Filesystem 2: Electric Boogaloo (#676)
* Virtual Filesystem * Fix delete bug and documentate * Review fixes + other stuff * Fix puyo regression
This commit is contained in:
parent
924c473bb3
commit
29aff8d5ab
54 changed files with 1936 additions and 1969 deletions
|
@ -11,7 +11,7 @@ namespace FileSys {
|
|||
namespace ErrCodes {
|
||||
enum {
|
||||
NotFound = 1,
|
||||
SaveDataNotFound = 1002,
|
||||
TitleNotFound = 1002,
|
||||
SdCardNotFound = 2001,
|
||||
RomFSNotFound = 2520,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue