mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 02:51:38 +12:00
[FS] Implement SetSize
This commit is contained in:
parent
82b986bbc0
commit
075a244dd0
3 changed files with 51 additions and 0 deletions
|
@ -127,6 +127,7 @@ private:
|
|||
void writeFile(u32 messagePointer, Handle file);
|
||||
void getFileSize(u32 messagePointer, Handle file);
|
||||
void openLinkFile(u32 messagePointer, Handle file);
|
||||
void setFileSize(u32 messagePointer, Handle file);
|
||||
void setFilePriority(u32 messagePointer, Handle file);
|
||||
|
||||
// Directory operations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue