summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/fs/archive.h
diff options
context:
space:
mode:
authorarchshift <gh@archshift.com>2015-06-03 23:53:02 +0200
committerarchshift <gh@archshift.com>2015-06-03 23:53:02 +0200
commit7589a5ad4ddb6d9adc981424877c32efcbf788ec (patch)
tree807a5f8ff93f2c52e7acf60287f87e211603daf6 /src/core/hle/service/fs/archive.h
parentMerge pull request #844 from chinhodado/xcpretty (diff)
parentExtSavedata: Save the icon passed to CreateExtSaveData to the correct folder. (diff)
downloadyuzu-7589a5ad4ddb6d9adc981424877c32efcbf788ec.tar
yuzu-7589a5ad4ddb6d9adc981424877c32efcbf788ec.tar.gz
yuzu-7589a5ad4ddb6d9adc981424877c32efcbf788ec.tar.bz2
yuzu-7589a5ad4ddb6d9adc981424877c32efcbf788ec.tar.lz
yuzu-7589a5ad4ddb6d9adc981424877c32efcbf788ec.tar.xz
yuzu-7589a5ad4ddb6d9adc981424877c32efcbf788ec.tar.zst
yuzu-7589a5ad4ddb6d9adc981424877c32efcbf788ec.zip
Diffstat (limited to 'src/core/hle/service/fs/archive.h')
-rw-r--r--src/core/hle/service/fs/archive.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/hle/service/fs/archive.h b/src/core/hle/service/fs/archive.h
index faab0cb79..357b6b096 100644
--- a/src/core/hle/service/fs/archive.h
+++ b/src/core/hle/service/fs/archive.h
@@ -177,9 +177,11 @@ ResultCode FormatArchive(ArchiveIdCode id_code, const FileSys::Path& path = File
* @param media_type The media type of the archive to create (NAND / SDMC)
* @param high The high word of the extdata id to create
* @param low The low word of the extdata id to create
+ * @param icon_buffer VAddr of the SMDH icon for this ExtSaveData
+ * @param icon_size Size of the SMDH icon
* @return ResultCode 0 on success or the corresponding code on error
*/
-ResultCode CreateExtSaveData(MediaType media_type, u32 high, u32 low);
+ResultCode CreateExtSaveData(MediaType media_type, u32 high, u32 low, VAddr icon_buffer, u32 icon_size);
/**
* Deletes the SharedExtSaveData archive for the specified extdata ID