Added a coment to the save example.

This commit is contained in:
yellows8 2018-05-12 11:54:37 -04:00
parent 4cdf427d12
commit 0e05eec5d7

View File

@ -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.