diff options
| author | 2011-02-09 15:01:01 +0000 | |
|---|---|---|
| committer | 2011-02-09 15:01:01 +0000 | |
| commit | 4fa610aa02582fe7b86688a05c5ee7f92b703497 (patch) | |
| tree | d8c1155af3236f2e9259bd906c9ed26aa33f1142 /src/osd/windows | |
| parent | a38c67f27bf9f10b4bafa7db0344df68b8560ff5 (diff) | |
Cleanups and version bump.mame0141u2
Diffstat (limited to 'src/osd/windows')
| -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 +} |
