Fix timer_freq value on wxWidgets/SDL2 port. Patch from bit.
This commit is contained in:
parent
eb1db1aa72
commit
427b93340f
1 changed files with 1 additions and 1 deletions
|
|
@ -630,7 +630,7 @@ int start_emulation(void* params)
|
|||
|
||||
updatewindowsize(640, 480);
|
||||
|
||||
timer_freq = timer_read();
|
||||
timer_freq = SDL_GetPerformanceFrequency();
|
||||
|
||||
if (show_machine_on_start)
|
||||
wx_show_status(ghwnd);
|
||||
|
|
|
|||
Loading…
Reference in a new issue