summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/savedata_factory.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-10-17 04:58:44 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2022-10-17 05:49:55 +0200
commitae453ab6a829942a0db25b59e2cf97b5f7f1ecf9 (patch)
treed34f7a52166b9bf1332f3d1ccfc3332b21e1d93e /src/core/file_sys/savedata_factory.h
parentMerge pull request #9058 from Docteh/new_transifex_cli (diff)
downloadyuzu-ae453ab6a829942a0db25b59e2cf97b5f7f1ecf9.tar
yuzu-ae453ab6a829942a0db25b59e2cf97b5f7f1ecf9.tar.gz
yuzu-ae453ab6a829942a0db25b59e2cf97b5f7f1ecf9.tar.bz2
yuzu-ae453ab6a829942a0db25b59e2cf97b5f7f1ecf9.tar.lz
yuzu-ae453ab6a829942a0db25b59e2cf97b5f7f1ecf9.tar.xz
yuzu-ae453ab6a829942a0db25b59e2cf97b5f7f1ecf9.tar.zst
yuzu-ae453ab6a829942a0db25b59e2cf97b5f7f1ecf9.zip
Diffstat (limited to 'src/core/file_sys/savedata_factory.h')
-rw-r--r--src/core/file_sys/savedata_factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/file_sys/savedata_factory.h b/src/core/file_sys/savedata_factory.h
index a763b94c8..d3633ef03 100644
--- a/src/core/file_sys/savedata_factory.h
+++ b/src/core/file_sys/savedata_factory.h
@@ -95,8 +95,8 @@ public:
VirtualDir GetSaveDataSpaceDirectory(SaveDataSpaceId space) const;
static std::string GetSaveDataSpaceIdPath(SaveDataSpaceId space);
- static std::string GetFullPath(Core::System& system, SaveDataSpaceId space, SaveDataType type,
- u64 title_id, u128 user_id, u64 save_id);
+ static std::string GetFullPath(Core::System& system, VirtualDir dir, SaveDataSpaceId space,
+ SaveDataType type, u64 title_id, u128 user_id, u64 save_id);
SaveDataSize ReadSaveDataSize(SaveDataType type, u64 title_id, u128 user_id) const;
void WriteSaveDataSize(SaveDataType type, u64 title_id, u128 user_id,