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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/video.h b/src/emu/video.h
index c5ca9c9e27b..31e115870ef 100644
--- a/src/emu/video.h
+++ b/src/emu/video.h
@@ -176,9 +176,9 @@ private:
attotime m_avi_frame_period; // period of a single movie frame
attotime m_avi_next_frame_time; // time of next frame
UINT32 m_avi_frame; // current movie frame number
-
+
// movie recording - dummy
- bool m_dummy_recording; // indicates if snapshot should be created of every frame
+ bool m_dummy_recording; // indicates if snapshot should be created of every frame
static const UINT8 s_skiptable[FRAMESKIP_LEVELS][FRAMESKIP_LEVELS];