mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
ok nevermind
This commit is contained in:
parent
2c80f93583
commit
b87fd679b4
@ -639,12 +639,9 @@ void windows_osd_interface::init(running_machine &machine)
|
||||
|
||||
// crank up the multimedia timer resolution to its max
|
||||
// this gives the system much finer timeslices
|
||||
if (!options.sleep())
|
||||
{
|
||||
timeresult = timeGetDevCaps(&timecaps, sizeof(timecaps));
|
||||
if (timeresult == TIMERR_NOERROR)
|
||||
timeBeginPeriod(timecaps.wPeriodMin);
|
||||
}
|
||||
timeresult = timeGetDevCaps(&timecaps, sizeof(timecaps));
|
||||
if (timeresult == TIMERR_NOERROR)
|
||||
timeBeginPeriod(timecaps.wPeriodMin);
|
||||
|
||||
// if a watchdog thread is requested, create one
|
||||
int watchdog = options.watchdog();
|
||||
|
Loading…
Reference in New Issue
Block a user