From bc0bfcacfe033901cd3ddfcdf2e8b7a25e1a62b8 Mon Sep 17 00:00:00 2001 From: Adubbz Date: Fri, 26 Jul 2019 08:26:18 +1000 Subject: [PATCH] Remove unnecessary smExit --- stratosphere/ncm/source/ncm_main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stratosphere/ncm/source/ncm_main.cpp b/stratosphere/ncm/source/ncm_main.cpp index f395c60c4..7ab8c5245 100644 --- a/stratosphere/ncm/source/ncm_main.cpp +++ b/stratosphere/ncm/source/ncm_main.cpp @@ -74,7 +74,6 @@ void __appExit(void) { /* Cleanup services. */ fsdevUnmountAll(); fsExit(); - smExit(); } int main(int argc, char **argv)