Skip to content
Snippets Groups Projects
Commit fc73bef6 authored by Subv's avatar Subv
Browse files

FS_U: Added the command to the docs of SaveData functions

parent 77f0cdfa
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment