diff options
author | Subv <subv2112@gmail.com> | 2014-12-20 04:45:39 +0100 |
---|---|---|
committer | Subv <subv2112@gmail.com> | 2014-12-20 04:45:39 +0100 |
commit | fc73bef692c95f6d984aeab10346c524ec71ab04 (patch) | |
tree | 4127902248d008c24e80da5ad894364eea467134 /src/core | |
parent | SaveData: Added some documentation to FormatSaveData (diff) | |
download | yuzu-fc73bef692c95f6d984aeab10346c524ec71ab04.tar yuzu-fc73bef692c95f6d984aeab10346c524ec71ab04.tar.gz yuzu-fc73bef692c95f6d984aeab10346c524ec71ab04.tar.bz2 yuzu-fc73bef692c95f6d984aeab10346c524ec71ab04.tar.lz yuzu-fc73bef692c95f6d984aeab10346c524ec71ab04.tar.xz yuzu-fc73bef692c95f6d984aeab10346c524ec71ab04.tar.zst yuzu-fc73bef692c95f6d984aeab10346c524ec71ab04.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/hle/service/fs/fs_user.cpp | 2 |
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) { * FS_User::FormatSaveData service function, * formats the SaveData specified by the input path. * Inputs: + * 0 : 0x084C0242 * 1 : Archive ID * 2 : Archive low path type * 3 : Archive low path size @@ -441,6 +442,7 @@ static void FormatSaveData(Service::Interface* self) { /** * FS_User::FormatThisUserSaveData service function * Inputs: + * 0: 0x080F0180 * Outputs: * 1 : Result of function, 0 on success, otherwise error code */ |