mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[FS] Start implementing CreateFile
This commit is contained in:
parent
ee11a9e7c6
commit
93d2d300b9
3 changed files with 33 additions and 2 deletions
|
@ -30,6 +30,7 @@ class FSService {
|
|||
FSPath readPath(u32 type, u32 pointer, u32 size);
|
||||
|
||||
// Service commands
|
||||
void createFile(u32 messagePointer);
|
||||
void closeArchive(u32 messagePointer);
|
||||
void getPriority(u32 messagePointer);
|
||||
void initialize(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue