savefiles

This commit is contained in:
Ethan O'Brien 2022-08-15 23:18:33 -05:00
parent 9860d662d0
commit 436afc4bc9
19 changed files with 12 additions and 14 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -3703,15 +3703,13 @@ window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) {
_0x27f4c4.FS.syncfs(function() {});
}
}, true);
/** todo
setInterval(function() {
if (_0xa88a13.started) {
console.log('saving save files');
_0x378b5c.saveSavFiles();
_0x27f4c4.FS.syncfs(false, function() {});
}
}, 600000)
*/
}, 300000)
},
'listeners': function() {
var _0xa88a13 = this;

View file

@ -1,5 +1,5 @@
(async function() {
var VERSION = 2.8;
var VERSION = 2.9;
if ((window.location && ['localhost', '127.0.0.1'].includes(location.hostname)) ||
'undefined' != typeof EJS_DEBUG_XX && true === EJS_DEBUG_XX) {
fetch('https://raw.githack.com/ethanaobrien/emulatorjs/main/data/version.json').then(response => {

View file

@ -1,6 +1,6 @@
{
"nes": {
"version":"22",
"version":"23",
"netplay": 1,
"old": {"wasm":1, "asmjs":1 },
"state": 1,
@ -10,7 +10,7 @@
"oldCores": 1
},
"snes": {
"version":"19",
"version":"20",
"netplay": 1,
"old": {"wasm":1, "asmjs":1 },
"state": 1,
@ -119,7 +119,7 @@
"oldCores": 1
},
"vb": {
"version":"5",
"version":"6",
"netplay": 0,
"old": {"wasm":1, "asmjs":1 },
"state": 1,
@ -138,7 +138,7 @@
"oldCores": 1
},
"atari5200": {
"version":"2",
"version":"3",
"netplay": 1,
"state": 1,
"asmjs": 1,
@ -183,7 +183,7 @@
"oldCores": 1
},
"gb": {
"version":"10",
"version":"11",
"netplay": 0,
"state": 1,
"old": {"wasm":0, "asmjs":1 },
@ -202,7 +202,7 @@
"oldCores": 1
},
"gba": {
"version":"8",
"version":"9",
"netplay": 0,
"state": 1,
"old": {"wasm":0, "asmjs":1 },
@ -266,7 +266,7 @@
"oldCores": 1
},
"n64": {
"version":"11",
"version":"12",
"netplay": 1,
"state": 1,
"asmjs": 0,
@ -276,7 +276,7 @@
"oldCores": 1
},
"nds": {
"version":"14",
"version":"15",
"old": {"wasm":1, "asmjs":1 },
"netplay": 0,
"state": 1,
@ -304,7 +304,7 @@
"oldCores": 1
},
"mame2003": {
"version":"3",
"version":"4",
"old": {"wasm":0, "asmjs":1 },
"netplay": 1,
"state": 1,

View file

@ -1 +1 @@
{ "current_version": 2.8 }
{ "current_version": 2.9 }