mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
Fixed spelling error (nw)
This commit is contained in:
parent
5453cd900c
commit
32c554f8da
@ -28,7 +28,7 @@ const options_entry emu_options::s_option_entries[] =
|
||||
|
||||
// search path options
|
||||
{ nullptr, nullptr, OPTION_HEADER, "CORE SEARCH PATH OPTIONS" },
|
||||
{ OPTION_HOMEPATH, ".", OPTION_STRING, "path to home drictory (read/write) location" },
|
||||
{ OPTION_HOMEPATH, ".", OPTION_STRING, "path to home directory (read/write) location" },
|
||||
{ OPTION_MEDIAPATH ";rp;biospath;bp", "roms", OPTION_STRING, "path to ROMsets and hard disk images" },
|
||||
{ OPTION_HASHPATH ";hash_directory;hash", "hash", OPTION_STRING, "path to hash files" },
|
||||
{ OPTION_SAMPLEPATH ";sp", "samples", OPTION_STRING, "path to samplesets" },
|
||||
|
Loading…
Reference in New Issue
Block a user