Error codes: Difference between revisions
Add FS error codes for when directories or files aren't closed when they should be (used in FileSystemAccessor's destructor; again, kudos to Nintendo for full strings and log calls) |
Add FS error code for unimplemented behavior. This is returned by a few member functions within the FS code. |
||
Line 306: | Line 306: | ||
|- | |- | ||
| 0x171402 || 2 || 2954 || Invalid gamecard handle. | | 0x171402 || 2 || 2954 || Invalid gamecard handle. | ||
|- | |||
| 0x177202 || 2 || 3001 || Unimplemented behavior | |||
|- | |- | ||
| 0x190202 || 2 || 3201 || Memory allocation failure related to FAT filesystem code | | 0x190202 || 2 || 3201 || Memory allocation failure related to FAT filesystem code |