Fix timer_freq value on wxWidgets/SDL2 port. Patch from bit.

This commit is contained in:
SarahW 2017-08-01 11:54:12 +01:00
commit 427b93340f

View file

@ -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);