aboutsummaryrefslogtreecommitdiff
path: root/src/core/file_sys/savedata_factory.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-10-16 22:58:44 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2022-10-16 23:49:55 -0400
commitae453ab6a829942a0db25b59e2cf97b5f7f1ecf9 (patch)
treed34f7a52166b9bf1332f3d1ccfc3332b21e1d93e /src/core/file_sys/savedata_factory.h
parentd574bb46105a0184701e45b3e87e1dfad9cdfc49 (diff)
savedata_factory: Detect future save data paths
Enable compatibility for new account/device save paths planned on a future implementation.
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,