diff options
author | 2022-05-24 20:35:25 +1000 | |
---|---|---|
committer | 2022-05-24 20:35:25 +1000 | |
commit | 179faaed78191b3060d724a8cc0f2f7a802e7b3e (patch) | |
tree | 86ba632c01e80373ac5385ee071836b41771161e /src/emu/emuopts.cpp | |
parent | 170443ff6fd532fe8180edf33123529d2a593218 (diff) |
*****Removed unneeded/forgotten differences to mame code
Diffstat (limited to 'src/emu/emuopts.cpp')
-rw-r--r-- | src/emu/emuopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/emuopts.cpp b/src/emu/emuopts.cpp index cb09afb134f..70bae253e57 100644 --- a/src/emu/emuopts.cpp +++ b/src/emu/emuopts.cpp @@ -42,7 +42,7 @@ const options_entry emu_options::s_option_entries[] = { OPTION_SAMPLEPATH ";sp", "samples", OPTION_STRING, "path to audio sample sets" }, { OPTION_ARTPATH, "artwork", OPTION_STRING, "path to artwork files" }, { OPTION_CTRLRPATH, "ctrlr", OPTION_STRING, "path to controller definitions" }, - { OPTION_INIPATH, ".", OPTION_STRING, "path to ini files" }, // MESSUI + { OPTION_INIPATH, "ini", OPTION_STRING, "path to ini files" }, // MESSUI { OPTION_FONTPATH, ".", OPTION_STRING, "path to font files" }, { OPTION_CHEATPATH, "cheat", OPTION_STRING, "path to cheat files" }, { OPTION_CROSSHAIRPATH, "crosshair", OPTION_STRING, "path to crosshair files" }, |