mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[FS] Implement ControlArchive
This commit is contained in:
parent
eaa7b4d55b
commit
3a674a1ba0
4 changed files with 41 additions and 2 deletions
|
@ -39,6 +39,7 @@ class FSService {
|
|||
// Service commands
|
||||
void createFile(u32 messagePointer);
|
||||
void closeArchive(u32 messagePointer);
|
||||
void controlArchive(u32 messagePointer);
|
||||
void deleteFile(u32 messagePointer);
|
||||
void formatSaveData(u32 messagePointer);
|
||||
void getFormatInfo(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue