diff options
author | 2017-01-04 16:15:57 +0100 | |
---|---|---|
committer | 2017-01-04 16:15:57 +0100 | |
commit | 63e3f487751eb096152e6e6bd90d8b47643a496b (patch) | |
tree | 3e42b162973ac8153a261c1a1351fbae4b09e748 /src/emu/machine.h | |
parent | 47c4f47bd40def91566dda49cc378d4ae0d63e37 (diff) |
Added initial HTTP/HTTPS webserver/websocket server support (nw)
Diffstat (limited to 'src/emu/machine.h')
-rw-r--r-- | src/emu/machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/machine.h b/src/emu/machine.h index cac9a3f38b6..2b14edfcd64 100644 --- a/src/emu/machine.h +++ b/src/emu/machine.h @@ -239,6 +239,7 @@ public: void add_logerror_callback(logerror_callback callback); void set_ui_active(bool active) { m_ui_active = active; } void debug_break(); + void export_http_api(); // TODO: Do saves and loads still require scheduling? void immediate_save(const char *filename); |