diff options
Diffstat (limited to 'docs/release/src/emu/emuopts.cpp')
-rw-r--r-- | docs/release/src/emu/emuopts.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/release/src/emu/emuopts.cpp b/docs/release/src/emu/emuopts.cpp index fc00b6bb9e4..ec37fea1ceb 100644 --- a/docs/release/src/emu/emuopts.cpp +++ b/docs/release/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 } }; |