This commit is contained in:
Ethan O'Brien 2022-05-13 14:54:47 -05:00 committed by GitHub
parent cee9513a0d
commit 88eee827a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 7 deletions

View file

@ -1473,12 +1473,14 @@ window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) {
_0xb0c5d8 = -0x1,
_0x567713 = '',
_0x567717 = function() {
var mainLoop = _0x4d7024.Module.cwrap('toggleMainLoop', 'null', ['number']);
_0x4d7024.Module.resumeMainLoop = function() {
mainLoop(1);
}
_0x4d7024.Module.pauseMainLoop = function() {
mainLoop(0);
if (_0x55627a.coreVer === 2) {
var mainLoop = _0x4d7024.Module.cwrap('toggleMainLoop', 'null', ['number']);
_0x4d7024.Module.resumeMainLoop = function() {
mainLoop(1);
}
_0x4d7024.Module.pauseMainLoop = function() {
mainLoop(0);
}
}
if (typeof _0x55627a.loadStateOnStart == 'string') {
fetch(_0x55627a.loadStateOnStart).then(function(response) {

6
data/emu-min.js vendored

File diff suppressed because one or more lines are too long