mirror of
https://github.com/devkitPro/wut.git
synced 2026-03-21 17:34:47 -05:00
coreinit: Add __FSAShimDecodeIosErrorToFsaStatus
This commit is contained in:
parent
474ae04cb9
commit
ef057f145b
|
|
@ -925,6 +925,10 @@ FSADelClient(FSAClientHandle client);
|
|||
const char *
|
||||
FSAGetStatusStr(FSError error);
|
||||
|
||||
FSError
|
||||
__FSAShimDecodeIosErrorToFsaStatus(IOSHandle handle,
|
||||
IOSError err);
|
||||
|
||||
FSError
|
||||
FSAFlushMultiQuota(FSAClientHandle client,
|
||||
const char *path);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user