mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-18 12:30:33 +00:00
Disable high-res timings as it could still hang. The advantage is that we
now can use special mutexes to debug deadlocks
This commit is contained in:
parent
7dedb433fd
commit
ca7a87465b
@ -411,7 +411,7 @@ typedef struct timeval tm_time_t;
|
||||
#endif
|
||||
|
||||
// High-precision timing
|
||||
#if defined(HAVE_PTHREADS) && defined(HAVE_CLOCK_NANOSLEEP)
|
||||
#if defined(HAVE_PTHREADS) && defined(HAVE_CLOCK_NANOSLEEP) && 0
|
||||
#define PRECISE_TIMING 1
|
||||
#define PRECISE_TIMING_POSIX 1
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user