mirror of
https://github.com/wiiu-env/homebrew_on_menu_plugin.git
synced 2024-11-22 02:29: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() {
|
||||
unmountAllRomfs();
|
||||
FileHandleWrapper_FreeAll();
|
||||
deinitLogging();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user