the game loop boosts priority; it's now its job to unboost it, too
This commit is contained in:
@@ -187,6 +187,9 @@ void GameLoop()
|
|||||||
usleep( 1000 ); // give some time to other processes and threads
|
usleep( 1000 ); // give some time to other processes and threads
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if( ChangeAppPri() )
|
||||||
|
HOOKS->UnBoostPriority();
|
||||||
}
|
}
|
||||||
|
|
||||||
class ConcurrentRenderer
|
class ConcurrentRenderer
|
||||||
|
|||||||
Reference in New Issue
Block a user