diff options
Diffstat (limited to 'src/osd')
| -rw-r--r-- | src/osd/windows/winmain.c | 2 | ||||
| -rw-r--r-- | src/osd/windows/winmenu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/osd/windows/winmain.c b/src/osd/windows/winmain.c index 04457158022..18f3341f439 100644 --- a/src/osd/windows/winmain.c +++ b/src/osd/windows/winmain.c @@ -312,7 +312,7 @@ const options_entry mame_win_options[] = { "prescale", "1", 0, "scale screen rendering by this amount in software" }, { "waitvsync", "0", OPTION_BOOLEAN, "enable waiting for the start of VBLANK before flipping screens; reduces tearing effects" }, { "syncrefresh", "0", OPTION_BOOLEAN, "enable using the start of VBLANK for throttling instead of the game time" }, - { "menu", "0", OPTION_BOOLEAN, "enable menu bar if available by UI implementation" }, + { "menu", "0", OPTION_BOOLEAN, "enable menu bar if available by UI implementation" }, // DirectDraw-specific options { NULL, NULL, OPTION_HEADER, "DIRECTDRAW-SPECIFIC OPTIONS" }, diff --git a/src/osd/windows/winmenu.c b/src/osd/windows/winmenu.c index d0fe646e22d..1b13a13e644 100644 --- a/src/osd/windows/winmenu.c +++ b/src/osd/windows/winmenu.c @@ -64,4 +64,4 @@ LRESULT CALLBACK winwindow_video_window_proc_ui(HWND wnd, UINT message, WPARAM w int win_create_menu(running_machine *machine, HMENU *menus) { return 0; -}
\ No newline at end of file +} |
