mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-16 09:02:06 +00:00
SDL: ask for better timer under Windows
This commit is contained in:
parent
770863d332
commit
5d1508836e
1 changed files with 1 additions and 0 deletions
|
@ -1980,6 +1980,7 @@ tic_t I_GetTime (void)
|
|||
//
|
||||
FUNCMATH void I_StartupTimer(void)
|
||||
{
|
||||
SDL_SetHint(SDL_HINT_TIMER_RESOLUTION, "2");
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue