added fsExit
This commit is contained in:
parent
643bf59d80
commit
87de7de14a
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user