mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[FS] Implement SdmcIsWritable
This commit is contained in:
parent
91bf249cba
commit
5f2f82d074
2 changed files with 17 additions and 1 deletions
|
@ -49,6 +49,7 @@ class FSService {
|
|||
void initialize(u32 messagePointer);
|
||||
void initializeWithSdkVersion(u32 messagePointer);
|
||||
void isSdmcDetected(u32 messagePointer);
|
||||
void isSdmcWritable(u32 messagePOinter);
|
||||
void openArchive(u32 messagePointer);
|
||||
void openDirectory(u32 messagePointer);
|
||||
void openFile(u32 messagePointer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue