Merge pull request #38 from Lectem/patch-1

added fsExit
This commit is contained in:
plutoo 2014-11-23 20:58:58 +01:00
commit 04695f3039

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();