summaryrefslogtreecommitdiffstats
path: root/src/emu/emuopts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/emuopts.cpp')
-rw-r--r--src/emu/emuopts.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/emuopts.cpp b/src/emu/emuopts.cpp
index fc00b6bb9e4..ec37fea1ceb 100644
--- a/src/emu/emuopts.cpp
+++ b/src/emu/emuopts.cpp
@@ -217,10 +217,10 @@ const options_entry emu_options::s_option_entries[] =
{ OPTION_PLUGIN, nullptr, core_options::option_type::STRING, "list of plugins to enable" },
{ OPTION_NO_PLUGIN, nullptr, core_options::option_type::STRING, "list of plugins to disable" },
- { nullptr, nullptr, core_options::option_type::HEADER, "HTTP SERVER OPTIONS" },
- { OPTION_HTTP, "0", core_options::option_type::BOOLEAN, "enable HTTP server" },
- { OPTION_HTTP_PORT, "8080", core_options::option_type::INTEGER, "HTTP server port" },
- { OPTION_HTTP_ROOT, "web", core_options::option_type::STRING, "HTTP server document root" },
+// { nullptr, nullptr, core_options::option_type::HEADER, "HTTP SERVER OPTIONS" },
+// { OPTION_HTTP, "0", core_options::option_type::BOOLEAN, "enable HTTP server" },
+// { OPTION_HTTP_PORT, "8080", core_options::option_type::INTEGER, "HTTP server port" },
+// { OPTION_HTTP_ROOT, "web", core_options::option_type::STRING, "HTTP server document root" },
{ nullptr }
};