diff options
| author | Chloe <25727384+ogniK5377@users.noreply.github.com> | 2021-06-03 10:46:29 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-02 17:46:29 -0700 |
| commit | c4c256f56ad4db7064aa2a2bc769f57efcbd5e38 (patch) | |
| tree | 2aeb68fb1c51198071a4b340db69f9f9d453729d /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | 4ea171fa5e50723d50b57b26aaaca2fac30eea57 (diff) | |
fspsrv: Implement DisableAutoSaveDataCreation (#6355)
- Used by Mii Edit
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_srv.h')
| -rw-r--r-- | src/core/hle/service/filesystem/fsp_srv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/fsp_srv.h b/src/core/hle/service/filesystem/fsp_srv.h index b01b924eb..ff7455a20 100644 --- a/src/core/hle/service/filesystem/fsp_srv.h +++ b/src/core/hle/service/filesystem/fsp_srv.h @@ -50,6 +50,7 @@ private: void OpenDataStorageByDataId(Kernel::HLERequestContext& ctx); void OpenPatchDataStorageByCurrentProcess(Kernel::HLERequestContext& ctx); void OpenDataStorageWithProgramIndex(Kernel::HLERequestContext& ctx); + void DisableAutoSaveDataCreation(Kernel::HLERequestContext& ctx); void SetGlobalAccessLogMode(Kernel::HLERequestContext& ctx); void GetGlobalAccessLogMode(Kernel::HLERequestContext& ctx); void OutputAccessLogToSdCard(Kernel::HLERequestContext& ctx); |
