Skip to content

Commit

Permalink
Don't keep the time session open
Browse files Browse the repository at this point in the history
  • Loading branch information
p-sam committed Apr 18, 2020
1 parent 9eb5ed7 commit 5ae58a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysmodule/src/file_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ Result FileUtils::Initialize()
}

__libnx_init_time();
timeExit();

if (R_SUCCEEDED(rc))
{
Expand Down Expand Up @@ -177,5 +178,4 @@ void FileUtils::Exit()

fsdevUnmountAll();
fsExit();
timeExit();
}

0 comments on commit 5ae58a0

Please sign in to comment.