Added note regarding device-names to the save example.

This commit is contained in:
yellows8 2018-03-28 11:16:54 -04:00
parent 8073ca30fb
commit e76f9e23e6

View File

@ -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)) { if (R_SUCCEEDED(rc)) {
ret = fsdevMountDevice("save", tmpfs); ret = fsdevMountDevice("save", tmpfs);
if (ret==-1) { if (ret==-1) {