summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/uwp/video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/osd/uwp/video.cpp')
-rw-r--r--src/osd/uwp/video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/uwp/video.cpp b/src/osd/uwp/video.cpp
index 1462ff5b81b..51c7cc60c34 100644
--- a/src/osd/uwp/video.cpp
+++ b/src/osd/uwp/video.cpp
@@ -104,7 +104,7 @@ void windows_osd_interface::update(bool skip_redraw)
}
// poll the joystick values here
- winwindow_process_events(machine(), TRUE, FALSE);
+ winwindow_process_events(machine(), true, false);
poll_input(machine());
check_osd_inputs();
// if we're running, disable some parts of the debugger