added fsExit

This commit is contained in:
Lectem 2014-11-23 20:57:57 +01:00
parent 643bf59d80
commit 87de7de14a

View File

@ -100,6 +100,7 @@ int main(int argc, char** argv)
//closing all handles is super important //closing all handles is super important
svcCloseHandle(fileHandle); svcCloseHandle(fileHandle);
//closing all services even more so //closing all services even more so
fsExit();
gfxExit(); gfxExit();
hidExit(); hidExit();
aptExit(); aptExit();