diff options
| author | 2019-11-16 22:06:13 +0100 | |
|---|---|---|
| committer | 2019-11-16 16:06:13 -0500 | |
| commit | eab5bcac0029e4e298e1f194133c21580098508d (patch) | |
| tree | 6f7f3fd423089b85f15b09956ce7912f180bed0b /src/osd/sdl/window.cpp | |
| parent | 7fc2f6805118f1e25c5e0b2a971f31e4f1b3b251 (diff) | |
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
Diffstat (limited to 'src/osd/sdl/window.cpp')
| -rw-r--r-- | src/osd/sdl/window.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osd/sdl/window.cpp b/src/osd/sdl/window.cpp index 3916ad25b79..2eeeebf1d49 100644 --- a/src/osd/sdl/window.cpp +++ b/src/osd/sdl/window.cpp @@ -604,9 +604,6 @@ void sdl_window_info::update() // and redraw now - // Some configurations require events to be polled in the worker thread - downcast< sdl_osd_interface& >(machine().osd()).process_events_buf(); - // Check whether window has vector screens { |
