mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-01 16:58:28 +00:00
[FS] Implement File::Flush and fix file function headers
This commit is contained in:
parent
e9a8c2cb2e
commit
7cc7dc09f4
2 changed files with 28 additions and 0 deletions
|
@ -146,6 +146,7 @@ private:
|
|||
// File operations
|
||||
void handleFileOperation(u32 messagePointer, Handle file);
|
||||
void closeFile(u32 messagePointer, Handle file);
|
||||
void flushFile(u32 messagePointer, Handle file);
|
||||
void readFile(u32 messagePointer, Handle file);
|
||||
void writeFile(u32 messagePointer, Handle file);
|
||||
void getFileSize(u32 messagePointer, Handle file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue