diff options
Diffstat (limited to 'src/emu/ui/dsplmenu.cpp')
-rw-r--r-- | src/emu/ui/dsplmenu.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/ui/dsplmenu.cpp b/src/emu/ui/dsplmenu.cpp index ed443815b25..22cec681670 100644 --- a/src/emu/ui/dsplmenu.cpp +++ b/src/emu/ui/dsplmenu.cpp @@ -44,7 +44,6 @@ ui_menu_display_options::dspl_option ui_menu_display_options::m_options[] = { { 0, __("GLSL"), OSDOPTION_GL_GLSL }, { 0, __("Bilinear Filtering"), OSDOPTION_FILTER }, { 0, __("Bitmap Prescaling"), OSDOPTION_PRESCALE }, - { 0, __("Multi-Threaded Rendering"), OSDOPTION_MULTITHREADING }, { 0, __("Window Mode"), OSDOPTION_WINDOW }, { 0, __("Enforce Aspect Ratio"), OSDOPTION_KEEPASPECT }, { 0, __("Start Out Maximized"), OSDOPTION_MAXIMIZE }, |