diff --git a/source/main.c b/source/main.c index f1721fa..2aa95c2 100644 --- a/source/main.c +++ b/source/main.c @@ -35,6 +35,8 @@ int main(int argc, char **argv) consoleUpdate(NULL); } + // Unmount save data before exit + fsdevUnmountDevice("save"); consoleExit(NULL); return 0; } \ No newline at end of file