From: Lectem Date: Sun, 23 Nov 2014 19:57:57 +0000 (+0100) Subject: added fsExit X-Git-Tag: v0.2.0~29^2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=87de7de14acf36aadc6bcff28ed2a444957d72a1;p=corbenik%2Fctrulib.git added fsExit --- 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();