diff options
author | 2016-09-05 21:43:17 -0500 | |
---|---|---|
committer | 2016-09-05 21:43:17 -0500 | |
commit | 46ab9213f5f49bc4d6afc63ac03459fde78ddd85 (patch) | |
tree | e460e7249fdf7f3ece72be215fb6382abe77010a /src/frontend/mame/ui/selsoft.h | |
parent | 63ecb9a387e236f36d1aa6dcd3035289db3ca830 (diff) |
ui/selgame: get dat info from plugin [Carl]
plugins/data: add data plugin [Carl]
Diffstat (limited to 'src/frontend/mame/ui/selsoft.h')
-rw-r--r-- | src/frontend/mame/ui/selsoft.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frontend/mame/ui/selsoft.h b/src/frontend/mame/ui/selsoft.h index 1f18671f9d8..54186969de7 100644 --- a/src/frontend/mame/ui/selsoft.h +++ b/src/frontend/mame/ui/selsoft.h @@ -61,11 +61,11 @@ private: void find_matches(const char *str, int count); void load_sw_custom_filters(); - virtual void infos_render(float x1, float y1, float x2, float y2) override; - // handlers void inkey_select(const event *menu_event); void inkey_special(const event *menu_event); + + virtual void general_info(const game_driver *driver, std::string &buffer) override {} }; class software_parts : public menu |