From 87de7de14acf36aadc6bcff28ed2a444957d72a1 Mon Sep 17 00:00:00 2001 From: Lectem Date: Sun, 23 Nov 2014 20:57:57 +0100 Subject: [PATCH] added fsExit --- examples/sdmc/source/main.c | 1 + 1 file changed, 1 insertion(+) 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();