diff options
| author | bunnei <bunneidev@gmail.com> | 2021-04-07 20:54:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 20:54:42 -0700 |
| commit | 15a07f02828071ee44d467a6d5e5930c706317bf (patch) | |
| tree | dc2e4673e7820fe6c777b4b4baa418aba89c2ef0 /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | 262a70223f0ef9a7cce2f8106e70401fba477e19 (diff) | |
| parent | 1ad4c98a5c5012e89ed256c17ee33f523ff91ec3 (diff) | |
Merge pull request #6160 from Morph1984/fs-update-12.x
service: fs: Update service function tables
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, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/filesystem/fsp_srv.h b/src/core/hle/service/filesystem/fsp_srv.h index 8ed933279..b01b924eb 100644 --- a/src/core/hle/service/filesystem/fsp_srv.h +++ b/src/core/hle/service/filesystem/fsp_srv.h @@ -53,7 +53,7 @@ private: void SetGlobalAccessLogMode(Kernel::HLERequestContext& ctx); void GetGlobalAccessLogMode(Kernel::HLERequestContext& ctx); void OutputAccessLogToSdCard(Kernel::HLERequestContext& ctx); - void GetAccessLogVersionInfo(Kernel::HLERequestContext& ctx); + void GetProgramIndexForAccessLog(Kernel::HLERequestContext& ctx); void OpenMultiCommitManager(Kernel::HLERequestContext& ctx); FileSystemController& fsc; |
