Skip to content

Commit

Permalink
save.h
Browse files Browse the repository at this point in the history
  • Loading branch information
AloXado320 committed Oct 5, 2024
1 parent a399ad8 commit 0dbb7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/save.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
#define PFS_NO_ERROR 0 // controller pak no error return
#define PFS_NO_PAK_INSERTED 1 // no pak pressent or wrong device inserted into the controller
#define PFS_PAK_BAD_READ 2 // controller pak error while data transfer
#define PFS_PAK_CORRUPTED 3 // controller pak has courrupted or weird data
#define PFS_PAK_CORRUPTED 3 // controller pak has courrupted or has weird data
#define PFS_FILE_OVERFLOW 4 // too many files written to in the controller pak
#define PFS_INVALID_DATA -1 // bad arguments, game note does not exist, osPfsInit was not called.
#define PFS_INVALID_DATA -1 // bad arguments, game note does not exist, osPfsInit was not called
// controller pak test functions
#define PFS_NUM_FILES_ERROR -2
#define PFS_FREE_BLOCKS_ERROR -3
Expand Down

0 comments on commit 0dbb7e3

Please sign in to comment.