summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp/fsp_srv.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-23 21:10:35 +0100
committerLiam <byteslice@airmail.cc>2024-02-23 21:10:35 +0100
commitf1c16b487a900213258d62bf7b2ccf1ac70a83cd (patch)
tree2405d6eaf720126849f36f7fb0b231565f549cec /src/core/hle/service/filesystem/fsp/fsp_srv.h
parentMerge pull request #13133 from liamwhite/libstdcxx-issue (diff)
downloadyuzu-f1c16b487a900213258d62bf7b2ccf1ac70a83cd.tar
yuzu-f1c16b487a900213258d62bf7b2ccf1ac70a83cd.tar.gz
yuzu-f1c16b487a900213258d62bf7b2ccf1ac70a83cd.tar.bz2
yuzu-f1c16b487a900213258d62bf7b2ccf1ac70a83cd.tar.lz
yuzu-f1c16b487a900213258d62bf7b2ccf1ac70a83cd.tar.xz
yuzu-f1c16b487a900213258d62bf7b2ccf1ac70a83cd.tar.zst
yuzu-f1c16b487a900213258d62bf7b2ccf1ac70a83cd.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/filesystem/fsp/fsp_srv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/filesystem/fsp/fsp_srv.h b/src/core/hle/service/filesystem/fsp/fsp_srv.h
index ee67f6bc1..79ba44355 100644
--- a/src/core/hle/service/filesystem/fsp/fsp_srv.h
+++ b/src/core/hle/service/filesystem/fsp/fsp_srv.h
@@ -53,7 +53,7 @@ private:
Result CreateSaveDataFileSystem(FileSys::SaveDataCreationInfo save_create_struct,
FileSys::SaveDataAttribute save_struct, u128 uid);
Result CreateSaveDataFileSystemBySystemSaveDataId(
- FileSys::SaveDataCreationInfo save_create_struct, FileSys::SaveDataAttribute save_struct);
+ FileSys::SaveDataAttribute save_struct, FileSys::SaveDataCreationInfo save_create_struct);
Result OpenSaveDataFileSystem(OutInterface<IFileSystem> out_interface,
FileSys::SaveDataSpaceId space_id,
FileSys::SaveDataAttribute attribute);