Fix "Network Error" and update min.js

This commit is contained in:
Ethan O'Brien 2022-03-08 07:48:13 -06:00 committed by GitHub
parent ed111b36fb
commit a208e81aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View file

@ -2035,6 +2035,10 @@ window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) {
_0x5b1dcd = Boolean(_0x28ee7f.state), _0x5b1dcd = Boolean(_0x28ee7f.state),
_0x9a1f1 = Boolean(_0x28ee7f.asmjs), _0x9a1f1 = Boolean(_0x28ee7f.asmjs),
_0x3e4345 = Boolean(_0x28ee7f.wasm); _0x3e4345 = Boolean(_0x28ee7f.wasm);
if (_0xc6823.coreVer !== 2 && _0x28ee7f.old) {
_0x9a1f1 = Boolean(_0x28ee7f.old.asmjs);
_0x3e4345 = Boolean(_0x28ee7f.old.wasm);
}
if ('nds' == _0x2c1832.system && ! _0x2d904a.wasm) { if ('nds' == _0x2c1832.system && ! _0x2d904a.wasm) {
_0x5b1dcd = !0x1; _0x5b1dcd = !0x1;
}; };

2
data/emu-min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -137,6 +137,7 @@
"version":"5", "version":"5",
"netplay": 0, "netplay": 0,
"state": 1, "state": 1,
"old": {"wasm":0, "asmjs":1 },
"asmjs": 1, "asmjs": 1,
"wasm": 1 "wasm": 1
}, },