summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/filesystem.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-04-05 03:29:24 +0200
committerLioncash <mathew1800@gmail.com>2019-04-05 17:04:01 +0200
commitc05c8a7a065a60f586fe617bf6af0814064eb903 (patch)
treec1af6d1714f08cba21f3c1089df5dfcbf55c03b7 /src/core/hle/service/filesystem/filesystem.h
parentservice/fsp_srv: Remove unnecessary unknown member in OpenSaveDataFileSystem (diff)
downloadyuzu-c05c8a7a065a60f586fe617bf6af0814064eb903.tar
yuzu-c05c8a7a065a60f586fe617bf6af0814064eb903.tar.gz
yuzu-c05c8a7a065a60f586fe617bf6af0814064eb903.tar.bz2
yuzu-c05c8a7a065a60f586fe617bf6af0814064eb903.tar.lz
yuzu-c05c8a7a065a60f586fe617bf6af0814064eb903.tar.xz
yuzu-c05c8a7a065a60f586fe617bf6af0814064eb903.tar.zst
yuzu-c05c8a7a065a60f586fe617bf6af0814064eb903.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/filesystem/filesystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.h b/src/core/hle/service/filesystem/filesystem.h
index 6fd5e7b23..7cfc0d902 100644
--- a/src/core/hle/service/filesystem/filesystem.h
+++ b/src/core/hle/service/filesystem/filesystem.h
@@ -46,7 +46,7 @@ ResultVal<FileSys::VirtualFile> OpenRomFSCurrentProcess();
ResultVal<FileSys::VirtualFile> OpenRomFS(u64 title_id, FileSys::StorageId storage_id,
FileSys::ContentRecordType type);
ResultVal<FileSys::VirtualDir> OpenSaveData(FileSys::SaveDataSpaceId space,
- FileSys::SaveDataDescriptor save_struct);
+ const FileSys::SaveDataDescriptor& descriptor);
ResultVal<FileSys::VirtualDir> OpenSaveDataSpace(FileSys::SaveDataSpaceId space);
ResultVal<FileSys::VirtualDir> OpenSDMC();