From ef057f145b92c773e0789b4783e6305b5e8fae47 Mon Sep 17 00:00:00 2001 From: Maschell Date: Thu, 6 Jun 2024 23:23:56 +0200 Subject: [PATCH] coreinit: Add __FSAShimDecodeIosErrorToFsaStatus --- include/coreinit/filesystem_fsa.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/coreinit/filesystem_fsa.h b/include/coreinit/filesystem_fsa.h index 764161655..52c65bd7d 100644 --- a/include/coreinit/filesystem_fsa.h +++ b/include/coreinit/filesystem_fsa.h @@ -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);