mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-08-06 16:39:22 +02:00
Added a coment to the save example.
This commit is contained in:
parent
4cdf427d12
commit
0e05eec5d7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user