mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
Properly unmount images when deinitializing
This commit is contained in:
parent
4f7b551540
commit
da87f37d26
@ -42,6 +42,7 @@ bool InitExtFS() {
|
||||
}
|
||||
|
||||
void DeinitExtFS() {
|
||||
MountImage(NULL);
|
||||
for (u32 i = NORM_FS; i > 0; i--) {
|
||||
if (fs_mounted[i]) {
|
||||
char fsname[8];
|
||||
|
Loading…
x
Reference in New Issue
Block a user