mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 13:22:40 +02:00
Added note regarding device-names to the save example.
This commit is contained in:
parent
8073ca30fb
commit
e76f9e23e6
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user