[FS] Start implementing CreateFile

This commit is contained in:
wheremyfoodat 2023-01-22 14:53:23 +02:00
parent ee11a9e7c6
commit 93d2d300b9
3 changed files with 33 additions and 2 deletions

View file

@ -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);