3DS romfsExit

This commit is contained in:
Michael Theall 2020-04-16 18:36:41 -05:00
parent 1a7d955af8
commit fc02e1ee38

View File

@ -393,6 +393,7 @@ void platform::exit ()
std::free (s_socuBuffer);
gfxExit ();
romfsExit ();
ptmuExit ();
acExit ();
}