diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-09-24 10:50:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-24 10:50:38 -0400 |
| commit | 37a4a6751a0c2fe1556bcea651dbe30a008ba166 (patch) | |
| tree | 3d4ef39937966faf7bcb11efe42ba9d7f292257d /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | 93a1cd75fecba13600bf5d27118da0e7cc23f815 (diff) | |
| parent | bb28f4a0c4f457bc19ecfe550437644ebbc21a47 (diff) | |
Merge pull request #11569 from german77/lle_applet
service: am: Add support for LLE Mii Edit Applet
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_srv.h')
| -rw-r--r-- | src/core/hle/service/filesystem/fsp_srv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/fsp_srv.h b/src/core/hle/service/filesystem/fsp_srv.h index 4f3c2f6de..280bc9867 100644 --- a/src/core/hle/service/filesystem/fsp_srv.h +++ b/src/core/hle/service/filesystem/fsp_srv.h @@ -39,7 +39,9 @@ private: void OpenFileSystemWithPatch(HLERequestContext& ctx); void OpenSdCardFileSystem(HLERequestContext& ctx); void CreateSaveDataFileSystem(HLERequestContext& ctx); + void CreateSaveDataFileSystemBySystemSaveDataId(HLERequestContext& ctx); void OpenSaveDataFileSystem(HLERequestContext& ctx); + void OpenSaveDataFileSystemBySystemSaveDataId(HLERequestContext& ctx); void OpenReadOnlySaveDataFileSystem(HLERequestContext& ctx); void OpenSaveDataInfoReaderBySaveDataSpaceId(HLERequestContext& ctx); void OpenSaveDataInfoReaderOnlyCacheStorage(HLERequestContext& ctx); |
