diff --git a/examples/sdmc/source/main.c b/examples/sdmc/source/main.c index 6b5a29b..e3c6142 100644 --- a/examples/sdmc/source/main.c +++ b/examples/sdmc/source/main.c @@ -100,6 +100,7 @@ int main(int argc, char** argv) //closing all handles is super important svcCloseHandle(fileHandle); //closing all services even more so + fsExit(); gfxExit(); hidExit(); aptExit();