Error codes: Difference between revisions
Add FS error codes related to allocators already being registered/used. Found in SetAllocators (courtesy to Nintendo for leaving the log calls and strings in the binary) |
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) |
||
Line 360: | Line 360: | ||
|- | |- | ||
| 0x326602 || 2 || 6451 || Missing titlekey(?) required to mount content | | 0x326602 || 2 || 6451 || Missing titlekey(?) required to mount content | ||
|- | |||
| 0x326E02 || 2 || 6455 || File not closed | |||
|- | |||
| 0x327002 || 2 || 6456 || Directory not closed | |||
|- | |- | ||
| 0x327402 || 2 || 6458 || FS allocators already registered | | 0x327402 || 2 || 6458 || FS allocators already registered |