Changeset - r27843:9dff22cef669
[Not reviewed]
master
0 1 0
Patric Stout - 10 months ago 2023-08-31 10:04:22
truebrain@openttd.org
Codechange: [Emscripten] remove "relative_mode" parameter from -vsdl as it doesn't exist (#11249)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
os/emscripten/pre.js
Show inline comments
 
Module.arguments.push('-mnull', '-snull', '-vsdl:relative_mode');
 
Module.arguments.push('-mnull', '-snull', '-vsdl');
 
Module['websocket'] = { url: function(host, port, proto) {
 
    /* openttd.org hosts a WebSocket proxy for the content service. */
 
    if (host == "content.openttd.org" && port == 3978 && proto == "tcp") {
0 comments (0 inline, 0 general)