mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[FS] Add CreateDirectory for MK7 (hopefully not broken)
This commit is contained in:
parent
1c3f3f8da9
commit
f39069813a
5 changed files with 58 additions and 1 deletions
|
@ -37,6 +37,7 @@ class FSService {
|
|||
FSPath readPath(u32 type, u32 pointer, u32 size);
|
||||
|
||||
// Service commands
|
||||
void createDirectory(u32 messagePointer);
|
||||
void createFile(u32 messagePointer);
|
||||
void closeArchive(u32 messagePointer);
|
||||
void controlArchive(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue