mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
voodoo: reduce FIFO thread wake frequency to avoid performance stalls
This commit is contained in:
@@ -60,7 +60,7 @@ voodoo_fifo_log(const char *fmt, ...)
|
||||
# define voodoo_fifo_log(fmt, ...)
|
||||
#endif
|
||||
|
||||
#define WAKE_DELAY (TIMER_USEC * 100)
|
||||
#define WAKE_DELAY (TIMER_USEC * 1000)
|
||||
void
|
||||
voodoo_wake_fifo_thread(voodoo_t *voodoo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user