summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/ui/moptions.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-08-11 10:11:44 +1000
committer Vas Crabb <vas@vastheman.com>2017-08-11 10:11:44 +1000
commitcb7a04174fa62761853a825c12fb261ea8854d32 (patch)
tree412f0d04dacc5f404111c9075d1032f330a9bfeb /src/frontend/mame/ui/moptions.cpp
parent196a7ea1cea05319eb6b0394f5204a304732eddf (diff)
ui: make category filter work like all the other filters
* category filter is now saved/restored if it's last used * category filter can be used in composite custom filters * category filter now provides UI rather than relying on options menu * less confusing when no categories found * also de-duplicated code for drawing category list (nw) please test this everyone and let me know if there are reproducible crashes or things that don't work right - I'm trying to make the internal UI more consistent and stable
Diffstat (limited to 'src/frontend/mame/ui/moptions.cpp')
-rw-r--r--src/frontend/mame/ui/moptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/mame/ui/moptions.cpp b/src/frontend/mame/ui/moptions.cpp
index a59090a8f57..a030fa219ef 100644
--- a/src/frontend/mame/ui/moptions.cpp
+++ b/src/frontend/mame/ui/moptions.cpp
@@ -22,7 +22,7 @@ const options_entry ui_options::s_option_entries[] =
// search path options
{ nullptr, nullptr, OPTION_HEADER, "UI SEARCH PATH OPTIONS" },
{ OPTION_HISTORY_PATH, "history;dats;.", OPTION_STRING, "path to history files" },
- { OPTION_EXTRAINI_PATH, "folders", OPTION_STRING, "path to extra ini files" },
+ { OPTION_CATEGORYINI_PATH, "folders", OPTION_STRING, "path to catagory ini files" },
{ OPTION_CABINETS_PATH, "cabinets;cabdevs", OPTION_STRING, "path to cabinets / devices image" },
{ OPTION_CPANELS_PATH, "cpanel", OPTION_STRING, "path to control panel image" },
{ OPTION_PCBS_PATH, "pcb", OPTION_STRING, "path to pcbs image" },