diff options
Diffstat (limited to 'src/osd/windows/window.h')
-rw-r--r-- | src/osd/windows/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/windows/window.h b/src/osd/windows/window.h index e58dfcae44d..fa78efc2b2a 100644 --- a/src/osd/windows/window.h +++ b/src/osd/windows/window.h @@ -169,7 +169,7 @@ void winwindow_take_video(void); void winwindow_toggle_fsfx(void); void winwindow_process_events_periodic(running_machine &machine); -void winwindow_process_events(running_machine &machine, int ingame, bool nodispatch); +void winwindow_process_events(running_machine &machine, bool ingame, bool nodispatch); void winwindow_ui_pause(running_machine &machine, int pause); int winwindow_ui_is_paused(running_machine &machine); |