Skip to content

Commit

Permalink
Faster polling for actively scaling games
Browse files Browse the repository at this point in the history
  • Loading branch information
p-sam committed May 12, 2019
1 parent 1d23b23 commit 5e78c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ int main(int argc, char **argv)
while (true)
{
clockMgr->Tick();
svcSleepThread(3000000000ULL);
svcSleepThread(250000000ULL);
}

ProcessManagement::Exit();
Expand Down

0 comments on commit 5e78c80

Please sign in to comment.