From eab5bcac0029e4e298e1f194133c21580098508d Mon Sep 17 00:00:00 2001 From: antonioginer Date: Sat, 16 Nov 2019 22:06:13 +0100 Subject: Remove up to one frame of input latency. (#5901) * Remove up to one frame of input latency. Makes MAME virtually lagless on VRR monitors. * Use empty parentheses and clean interface member calls * Add new option -instant_blit to make this feature optional * Rename new option to -lowlatency, -ll --- src/osd/mac/window.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/osd/mac/window.cpp') diff --git a/src/osd/mac/window.cpp b/src/osd/mac/window.cpp index 3993b3502d2..d22268f86f4 100644 --- a/src/osd/mac/window.cpp +++ b/src/osd/mac/window.cpp @@ -499,9 +499,6 @@ void mac_window_info::update() // and redraw now - // Some configurations require events to be polled in the worker thread - downcast< mac_osd_interface& >(machine().osd()).process_events_buf(); - // Check whether window has vector screens { -- cgit v1.2.3