mirror of
https://github.com/holub/mame
synced 2025-05-31 10:01:51 +03:00
osd_work: use same SPIN_LOOP_TIME value on all platforms (nw)
This commit is contained in:
parent
a2a0deb682
commit
1178b2dc22
@ -54,13 +54,7 @@ typedef void *PVOID;
|
||||
#define ENV_PROCESSORS "OSDPROCESSORS"
|
||||
#define ENV_WORKQUEUEMAXTHREADS "OSDWORKQUEUEMAXTHREADS"
|
||||
|
||||
// TODO: use either
|
||||
// TODO: make configurable via environment for tests
|
||||
#if defined(OSD_WINDOWS)
|
||||
#define SPIN_LOOP_TIME (osd_ticks_per_second() / 50000)
|
||||
#else
|
||||
#define SPIN_LOOP_TIME (osd_ticks_per_second() / 10000)
|
||||
#endif
|
||||
|
||||
//============================================================
|
||||
// MACROS
|
||||
|
Loading…
Reference in New Issue
Block a user