use nxtc (nx title cache) for caching titles in the game menu.
This commit is contained in:
@@ -83,6 +83,10 @@ void userAppExit(void) {
|
||||
psmExit();
|
||||
plExit();
|
||||
socketExit();
|
||||
// NOTE (DMC): prevents exfat corruption.
|
||||
if (auto fs = fsdevGetDeviceFileSystem("sdmc:")) {
|
||||
fsFsCommit(fs);
|
||||
}
|
||||
appletUnlockExit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user