summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Subv2014-12-19 22:45:39 -0500
committerGravatar Subv2014-12-19 22:45:39 -0500
commitfc73bef692c95f6d984aeab10346c524ec71ab04 (patch)
tree4127902248d008c24e80da5ad894364eea467134
parentSaveData: Added some documentation to FormatSaveData (diff)
downloadyuzu-fc73bef692c95f6d984aeab10346c524ec71ab04.tar.gz
yuzu-fc73bef692c95f6d984aeab10346c524ec71ab04.tar.xz
yuzu-fc73bef692c95f6d984aeab10346c524ec71ab04.zip
FS_U: Added the command to the docs of SaveData functions
-rw-r--r--src/core/hle/service/fs/fs_user.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/fs/fs_user.cpp b/src/core/hle/service/fs/fs_user.cpp
index 4c63269cf..8b908d691 100644
--- a/src/core/hle/service/fs/fs_user.cpp
+++ b/src/core/hle/service/fs/fs_user.cpp
@@ -400,6 +400,7 @@ static void IsSdmcDetected(Service::Interface* self) {
400 * FS_User::FormatSaveData service function, 400 * FS_User::FormatSaveData service function,
401 * formats the SaveData specified by the input path. 401 * formats the SaveData specified by the input path.
402 * Inputs: 402 * Inputs:
403 * 0 : 0x084C0242
403 * 1 : Archive ID 404 * 1 : Archive ID
404 * 2 : Archive low path type 405 * 2 : Archive low path type
405 * 3 : Archive low path size 406 * 3 : Archive low path size
@@ -441,6 +442,7 @@ static void FormatSaveData(Service::Interface* self) {
441/** 442/**
442 * FS_User::FormatThisUserSaveData service function 443 * FS_User::FormatThisUserSaveData service function
443 * Inputs: 444 * Inputs:
445 * 0: 0x080F0180
444 * Outputs: 446 * Outputs:
445 * 1 : Result of function, 0 on success, otherwise error code 447 * 1 : Result of function, 0 on success, otherwise error code
446 */ 448 */