From a75c1e70dbf17d3f5c270207ac824176a464d05f Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 14 Feb 2022 19:29:13 +0100 Subject: [PATCH] Unmount all romfs on exit --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index f160848..1a82f3d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -72,6 +72,7 @@ ON_APPLICATION_START() { } ON_APPLICATION_ENDS() { + unmountAllRomfs(); FileHandleWrapper_FreeAll(); deinitLogging(); }