diff options
author | 2016-02-11 00:26:12 +0100 | |
---|---|---|
committer | 2016-02-11 00:26:12 +0100 | |
commit | 5e5f2788d68256b51fb7cd0d9c3a4938286b497e (patch) | |
tree | b440d908031575719f8c7ed60828008788fba011 /src/emu/ui/selgame.h | |
parent | 097ae2fe5c0c32d540301ceac6600c5161dacb50 (diff) |
Rearranged some filters. nw
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(); |