mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
[SaveData] Implement OpenDirectory with filename
This commit is contained in:
parent
3abc60457d
commit
876835852d
2 changed files with 6 additions and 3 deletions
|
@ -132,7 +132,8 @@ enum class FSResult : u32 {
|
|||
Success = 0,
|
||||
AlreadyExists = 0x82044BE,
|
||||
FileTooLarge = 0x86044D2,
|
||||
FileNotFound = 0xC8804470
|
||||
FileNotFound = 0xC8804470,
|
||||
UnexpectedFileOrDir = 0xE0C04702
|
||||
};
|
||||
|
||||
class ArchiveBase {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue