From 63e3f487751eb096152e6e6bd90d8b47643a496b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Wed, 4 Jan 2017 16:15:57 +0100 Subject: Added initial HTTP/HTTPS webserver/websocket server support (nw) --- src/emu/emuopts.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/emu/emuopts.cpp') diff --git a/src/emu/emuopts.cpp b/src/emu/emuopts.cpp index 0e5305f33d1..b6463a99f9d 100644 --- a/src/emu/emuopts.cpp +++ b/src/emu/emuopts.cpp @@ -203,6 +203,12 @@ const options_entry emu_options::s_option_entries[] = { OPTION_PLUGIN, nullptr, OPTION_STRING, "list of plugins to enable" }, { OPTION_NO_PLUGIN, nullptr, OPTION_STRING, "list of plugins to disable" }, { OPTION_LANGUAGE ";lang", "English", OPTION_STRING, "display language" }, + + { nullptr, nullptr, OPTION_HEADER, "HTTP SERVER OPTIONS" }, + { OPTION_HTTP, "0", OPTION_BOOLEAN, "HTTP server enable" }, + { OPTION_HTTP_PORT, "8080", OPTION_INTEGER, "HTTP server port" }, + { OPTION_HTTP_ROOT, "web", OPTION_STRING, "HTTP server document root" }, + { nullptr } }; -- cgit v1.2.3-70-g09d2