summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-04-07 08:46:29 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-07 08:46:29 +0200
commitc44db90ad19190e4a9c4d694df1ae1b1ebe98af7 (patch)
tree3b8a6edfae99d2bee76821972395058215922e2c /src/core/hle/service/filesystem/fsp_srv.h
parentMerge pull request #6146 from lat9nq/vp9_empty_memcpy (diff)
downloadyuzu-c44db90ad19190e4a9c4d694df1ae1b1ebe98af7.tar
yuzu-c44db90ad19190e4a9c4d694df1ae1b1ebe98af7.tar.gz
yuzu-c44db90ad19190e4a9c4d694df1ae1b1ebe98af7.tar.bz2
yuzu-c44db90ad19190e4a9c4d694df1ae1b1ebe98af7.tar.lz
yuzu-c44db90ad19190e4a9c4d694df1ae1b1ebe98af7.tar.xz
yuzu-c44db90ad19190e4a9c4d694df1ae1b1ebe98af7.tar.zst
yuzu-c44db90ad19190e4a9c4d694df1ae1b1ebe98af7.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;