summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video.h')
-rw-r--r--src/emu/video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/video.h b/src/emu/video.h
index b8b1c408773..5ccfe2b99b0 100644
--- a/src/emu/video.h
+++ b/src/emu/video.h
@@ -163,6 +163,7 @@ private:
u32 m_seconds_to_run; // number of seconds to run before quitting
bool m_auto_frameskip; // flag: true if we're automatically frameskipping
u32 m_speed; // overall speed (*1000)
+ bool m_low_latency; // flag: true if we are throttling after blitting
// frameskipping
u8 m_empty_skip_count; // number of empty frames we have skipped