diff options
author | 2017-12-02 16:42:23 -0500 | |
---|---|---|
committer | 2017-12-02 16:42:23 -0500 | |
commit | 4f59d001e9903504e455beb2ac4e38c3470878cf (patch) | |
tree | 43c3d9403d1cf383408c515fb2273e3ae3781522 /src/emu/http.cpp | |
parent | 06f39ea31007ee0ff01115eef29a2a7bca827e1f (diff) | |
parent | 144a7cbb596f8704df2e24ef1408ce9e672a17b5 (diff) |
Merge pull request #2813 from JoakimLarsson/prodigy_webinterface_1
Prodigy webinterface poc
Diffstat (limited to 'src/emu/http.cpp')
-rw-r--r-- | src/emu/http.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/http.cpp b/src/emu/http.cpp index fc14b0e75ae..899378001fa 100644 --- a/src/emu/http.cpp +++ b/src/emu/http.cpp @@ -48,6 +48,7 @@ const static struct mapping { "jpx", "image/jpx" }, { "js", "application/javascript" }, { "json", "application/json" }, + { "lay", "text/xml" }, { "m3u", "audio/x-mpegurl" }, { "m4v", "video/x-m4v" }, { "mid", "audio/x-midi" }, |