Previous 199869 Revisions Next

r44675 Thursday 4th February, 2016 at 20:25:10 UTC by Justin Kerk
Allow dat files in the root by default, like the old days (nw)
[src/emu/ui]moptions.cpp

trunk/src/emu/ui/moptions.cpp
r253186r253187
2020{
2121   // seach path options
2222   { nullptr,                              nullptr,         OPTION_HEADER,  "UI SEARCH PATH OPTIONS" },
23   { OPTION_HISTORY_PATH,               "history;dats",      OPTION_STRING,  "path to history files" },
23   { OPTION_HISTORY_PATH,               "history;dats;.",   OPTION_STRING,  "path to history files" },
2424   { OPTION_EXTRAINI_PATH,               "folders",         OPTION_STRING,  "path to extra ini files" },
2525   { OPTION_CABINETS_PATH,               "cabinets;cabdevs",   OPTION_STRING,  "path to cabinets / devices image" },
2626   { OPTION_CPANELS_PATH,               "cpanel",         OPTION_STRING,  "path to control panel image" },


Previous 199869 Revisions Next


© 1997-2024 The MAME Team