diff options
author | 2009-09-10 08:39:42 +0000 | |
---|---|---|
committer | 2009-09-10 08:39:42 +0000 | |
commit | e47035e8342cd2532358a6af3f7314caf42ba292 (patch) | |
tree | abc0ec31497f4ac0e804200f014cdf23de3c9871 /src/emu/ui.c | |
parent | fa68c11272125a442eff36e6da5cd3b60256b8ef (diff) |
Cleanups and version bump.
Diffstat (limited to 'src/emu/ui.c')
-rw-r--r-- | src/emu/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui.c b/src/emu/ui.c index 77620602d7d..a1dcc70baa3 100644 --- a/src/emu/ui.c +++ b/src/emu/ui.c @@ -1239,7 +1239,7 @@ static UINT32 handler_ingame(running_machine *machine, UINT32 state) /* handle a toggle cheats request */ if (ui_input_pressed(machine, IPT_UI_TOGGLE_CHEAT)) cheat_set_global_enable(machine, !cheat_get_global_enable(machine)); - + /* toggle movie recording */ if (ui_input_pressed(machine, IPT_UI_RECORD_MOVIE)) { |