From fc02e1ee388a3e1df636778d151492c836171cec Mon Sep 17 00:00:00 2001 From: Michael Theall Date: Thu, 16 Apr 2020 18:36:41 -0500 Subject: [PATCH] 3DS romfsExit --- source/3ds/platform.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/source/3ds/platform.cpp b/source/3ds/platform.cpp index 46a3b58..e20205f 100644 --- a/source/3ds/platform.cpp +++ b/source/3ds/platform.cpp @@ -393,6 +393,7 @@ void platform::exit () std::free (s_socuBuffer); gfxExit (); + romfsExit (); ptmuExit (); acExit (); }