diff options
author | 2021-11-12 22:48:42 +1100 | |
---|---|---|
committer | 2021-11-12 22:48:42 +1100 | |
commit | 64af120bab29a76161b960ed2a3639c6a2b19afd (patch) | |
tree | dc06dfcac5e39a445b0aa69557a9376c2233886f /src/emu/emuopts.cpp | |
parent | fa9ece2c1810c812c082c684098be101b1962098 (diff) | |
parent | b8aa7a3d6535d1572932b4817abf16eb5d93643e (diff) |
Merge remote-tracking branch 'upstream/master'
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 bcd28082253..a045fe23317 100644 --- a/src/emu/emuopts.cpp +++ b/src/emu/emuopts.cpp @@ -205,7 +205,7 @@ const options_entry emu_options::s_option_entries[] = { OPTION_RAMSIZE ";ram", nullptr, OPTION_STRING, "size of RAM (if supported by driver)" }, { OPTION_CONFIRM_QUIT, "0", OPTION_BOOLEAN, "ask for confirmation before exiting" }, { OPTION_UI_MOUSE, "1", OPTION_BOOLEAN, "display UI mouse cursor" }, - { OPTION_LANGUAGE ";lang", "English", OPTION_STRING, "set UI display language" }, + { OPTION_LANGUAGE ";lang", "", OPTION_STRING, "set UI display language" }, { OPTION_NVRAM_SAVE ";nvwrite", "1", OPTION_BOOLEAN, "save NVRAM data on exit" }, { nullptr, nullptr, OPTION_HEADER, "SCRIPTING OPTIONS" }, |