From e76f9e23e6aba920035d4dd0b28f94d7b5bba3ad Mon Sep 17 00:00:00 2001 From: yellows8 Date: Wed, 28 Mar 2018 11:16:54 -0400 Subject: [PATCH] Added note regarding device-names 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 7f8d5b7..04fa7ff 100644 --- a/fs/save/source/main.c +++ b/fs/save/source/main.c @@ -88,6 +88,7 @@ int main(int argc, char **argv) } } + //You can use any device-name. If you want multiple saves mounted at the same time, you must use different device-names for each one. if (R_SUCCEEDED(rc)) { ret = fsdevMountDevice("save", tmpfs); if (ret==-1) {