Update fs.c
This commit is contained in:
parent
dac642f613
commit
8e6056f1a0
@ -64,6 +64,8 @@ fsExit(void)
|
|||||||
{
|
{
|
||||||
if (!fsInitialised) return 0;
|
if (!fsInitialised) return 0;
|
||||||
|
|
||||||
|
fsInitialised = false;
|
||||||
|
|
||||||
return svcCloseHandle(fsuHandle);
|
return svcCloseHandle(fsuHandle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user