From 0e05eec5d7a15fec193c3a682c280e76e0735afd Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sat, 12 May 2018 11:54:37 -0400 Subject: [PATCH] Added a coment to the save example. --- fs/save/source/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fs/save/source/main.c b/fs/save/source/main.c index 783895a..48bbd62 100644 --- a/fs/save/source/main.c +++ b/fs/save/source/main.c @@ -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.