summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */