summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-04-08 05:54:42 +0200
committerGitHub <noreply@github.com>2021-04-08 05:54:42 +0200
commit15a07f02828071ee44d467a6d5e5930c706317bf (patch)
treedc2e4673e7820fe6c777b4b4baa418aba89c2ef0 /src/core/hle/service/filesystem/fsp_srv.h
parentMerge pull request #6143 from lat9nq/nvhost_null_memcpy (diff)
parentIFile: Update to 12.x (diff)
downloadyuzu-15a07f02828071ee44d467a6d5e5930c706317bf.tar
yuzu-15a07f02828071ee44d467a6d5e5930c706317bf.tar.gz
yuzu-15a07f02828071ee44d467a6d5e5930c706317bf.tar.bz2
yuzu-15a07f02828071ee44d467a6d5e5930c706317bf.tar.lz
yuzu-15a07f02828071ee44d467a6d5e5930c706317bf.tar.xz
yuzu-15a07f02828071ee44d467a6d5e5930c706317bf.tar.zst
yuzu-15a07f02828071ee44d467a6d5e5930c706317bf.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/filesystem/fsp_srv.h2
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;