diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-07 02:46:29 -0400 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-07 02:46:29 -0400 |
| commit | c44db90ad19190e4a9c4d694df1ae1b1ebe98af7 (patch) | |
| tree | 3b8a6edfae99d2bee76821972395058215922e2c /src/core/hle/service/filesystem/fsp_srv.h | |
| parent | 068b2ffbcccfdf1fd77ba37e7bd9164272d1f7d0 (diff) | |
fsp-srv: Update to 12.x
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; |
