Skip to content

Commit

Permalink
Added a coment to the save example.
Browse files Browse the repository at this point in the history
  • Loading branch information
yellows8 committed May 12, 2018
1 parent 4cdf427 commit 0e05eec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fs/save/source/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ int main(int argc, char **argv)

//At this point you can use the mounted device with standard stdio.
//After modifying savedata, in order for the changes to take affect you must use: rc = fsdevCommitDevice("save");
//See also libnx fs_dev.h for fsdevCommitDevice.

if (R_SUCCEEDED(rc)) {
dir = opendir("save:/");//Open the "save:/" directory.
Expand Down

0 comments on commit 0e05eec

Please sign in to comment.