diff options
Diffstat (limited to 'src/emu/ui/selgame.h')
-rw-r--r-- | src/emu/ui/selgame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/ui/selgame.h b/src/emu/ui/selgame.h index 67906471663..4c1cf548d60 100644 --- a/src/emu/ui/selgame.h +++ b/src/emu/ui/selgame.h @@ -56,7 +56,7 @@ private: void build_available_list(); void build_list(std::vector<const game_driver *> &vec, const char *filter_text = nullptr, int filter = 0, bool bioscheck = false); - bool no_active_search(); + bool isfavorite(); void populate_search(); void init_sorted_list(); bool load_available_machines(); |