Previous 199869 Revisions Next

r31318 Saturday 19th July, 2014 at 00:50:11 UTC by hap
ok nevermind
[src/osd/windows]winmain.c

trunk/src/osd/windows/winmain.c
r31317r31318
639639
640640   // crank up the multimedia timer resolution to its max
641641   // this gives the system much finer timeslices
642   if (!options.sleep())
643   {
644      timeresult = timeGetDevCaps(&timecaps, sizeof(timecaps));
645      if (timeresult == TIMERR_NOERROR)
646         timeBeginPeriod(timecaps.wPeriodMin);
647   }
642   timeresult = timeGetDevCaps(&timecaps, sizeof(timecaps));
643   if (timeresult == TIMERR_NOERROR)
644      timeBeginPeriod(timecaps.wPeriodMin);
648645
649646   // if a watchdog thread is requested, create one
650647   int watchdog = options.watchdog();

Previous 199869 Revisions Next


© 1997-2024 The MAME Team