summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2021-11-02 16:08:24 +1100
committer Vas Crabb <vas@vastheman.com>2021-11-02 16:08:24 +1100
commit2d220c7ba8b63c0268e4c6ff1f780dcfe87c1f9a (patch)
treef230e1a63eabacdb0bcc895db82db4f52ac58472 /src/osd
parent33e55b1ca764dd0ccda4a4da293e263a0de0ae13 (diff)
Fixed Windows build as well - default input overrides in OSD modules are annoying.
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/modules/input/input_windows.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/osd/modules/input/input_windows.cpp b/src/osd/modules/input/input_windows.cpp
index 7ed0b2624e1..bbe109eb53a 100644
--- a/src/osd/modules/input/input_windows.cpp
+++ b/src/osd/modules/input/input_windows.cpp
@@ -139,11 +139,6 @@ void windows_osd_interface::customize_input_type_list(std::vector<input_type_ent
entry.defseq(SEQ_TYPE_STANDARD).set(KEYCODE_F12, KEYCODE_LSHIFT, KEYCODE_LCONTROL, input_seq::not_code, KEYCODE_LALT);
break;
- // add a NOT-lalt to write timecode file
- case IPT_UI_TIMECODE: // emu/input.c: input_seq(KEYCODE_F12, input_seq::not_code, KEYCODE_LSHIFT)
- entry.defseq(SEQ_TYPE_STANDARD).set(KEYCODE_F12, input_seq::not_code, KEYCODE_LSHIFT, input_seq::not_code, KEYCODE_LALT);
- break;
-
// lctrl-lalt-F5 to toggle post-processing
case IPT_OSD_4:
entry.configure_osd("POST_PROCESS", N_p("input-name", "Toggle Post-Processing"));