mirror of
https://github.com/wiiu-env/homebrew_on_menu_plugin.git
synced 2024-11-22 18:49:15 +01:00
Unmount all romfs on exit
This commit is contained in:
parent
0e03ccd5b2
commit
a75c1e70db
@ -72,6 +72,7 @@ ON_APPLICATION_START() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ON_APPLICATION_ENDS() {
|
ON_APPLICATION_ENDS() {
|
||||||
|
unmountAllRomfs();
|
||||||
FileHandleWrapper_FreeAll();
|
FileHandleWrapper_FreeAll();
|
||||||
deinitLogging();
|
deinitLogging();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user