summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/optsmenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/mame/ui/optsmenu.h')
-rw-r--r--src/frontend/mame/ui/optsmenu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/mame/ui/optsmenu.h b/src/frontend/mame/ui/optsmenu.h
index 297ec7aa64f..b10d6601926 100644
--- a/src/frontend/mame/ui/optsmenu.h
+++ b/src/frontend/mame/ui/optsmenu.h
@@ -28,7 +28,6 @@ public:
virtual ~menu_simple_game_options() override;
protected:
- virtual void custom_render(void *selectedref, float top, float bottom, float x, float y, float x2, float y2) override;
virtual void handle(event const *ev) override;
virtual void populate(float &customtop, float &custombottom) override;
@@ -41,9 +40,10 @@ private:
SOUND_MENU,
MISC_MENU,
CONTROLLER_MENU,
- CGI_MENU,
+ INPUTASSIGN_MENU,
ADVANCED_MENU,
PLUGINS_MENU,
+ INPUTDEV_MENU,
SAVE_CONFIG
};