Skip to content

Commit

Permalink
coreinit: Add __FSAShimDecodeIosErrorToFsaStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell authored and GaryOderNichts committed Jun 8, 2024
1 parent 474ae04 commit ef057f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/coreinit/filesystem_fsa.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ef057f1

Please sign in to comment.