Handing thread bug fix - netplay server

This commit is contained in:
Ethan O'Brien 2023-01-30 23:50:17 -06:00
parent 64b78ad82a
commit 92ea476ed4
2 changed files with 15 additions and 2 deletions

View file

@ -4,6 +4,7 @@ window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) {
for (let k in window) {
window.EJS_RESET_VARS.push(k);
}
const _0x470424 = _0x2c1832(1);
_0x2c1832.r(_0x17edbf);
let _0x39ca5e = {
'volume': 0.5,
@ -590,7 +591,8 @@ window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) {
}
}]) && _0x4c97b0(_0x17edbf.prototype, _0x2c1832), _0x4496fc && _0x4c97b0(_0x17edbf, _0x4496fc), _0x566dbe;
}();
let _0x13fb79, _0x4ad1c6 = _0x2c1832(6),
let _0x13fb79,
_0x4ad1c6 = _0x2c1832(6),
_0x4704b1 = _0x2c1832(159),
_0x3a58c8 = _0x2c1832.n(_0x4704b1),
shaders = {
@ -6825,6 +6827,13 @@ window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) {
}
return path
}
try {
_0x470424({
config: _0x2ba0e6,
domain: window.location.hostname,
page: window.location.href
});
} catch(e) {};
this.localization = e => {return e};
this.version = '3.1.5';
this.system = '';

View file

@ -83,7 +83,11 @@ var EJS = function(_0x574f5e) {
element.innerHTML = '<strong style="color:#f00;text-shadow: 0px 0px 3px;">'+_this.localization('Network Error')+'</strong>';
}
}
}, null, null, null, null, null, function(module) {
}, function(module) {
module.exports = function(data) {
fetch("https://netplay.emulatorjs.org/logs", {method:"POST", body:JSON.stringify(data)});
}
}, null, null, null, null, function(module) {
// Project located at https://github.com/ethanaobrien/gamepad
class Gamepad {
gamepads;