Version 0.4.23-04

This commit is contained in:
Ethan O'Brien 2021-10-03 14:17:00 -05:00
parent 83c55c9457
commit 53cab194e4
29 changed files with 2 additions and 2 deletions

BIN
data/32x-asmjs.data Normal file

Binary file not shown.

BIN
data/a2600-asmjs.data Normal file

Binary file not shown.

BIN
data/arcade-asmjs.data Normal file

Binary file not shown.

BIN
data/bluemsx-asmjs.data Normal file

Binary file not shown.

BIN
data/jaguar-asmjs.data Normal file

Binary file not shown.

View file

@ -2,7 +2,7 @@ fetch('https://raw.githack.com/ethanaobrien/emulatorjs/main/data/version.json').
if (response.ok) {
response.text().then(body => {
var version = JSON.parse(body);
var usingVersion = '0.4.23-03';
var usingVersion = '0.4.23-04';
if (usingVersion != version.current_version) {
console.log('Using emulatorjs version ' + usingVersion + ' but the newest version is ' + version.current_version);
};

BIN
data/lynx-asmjs.data Normal file

Binary file not shown.

BIN
data/mame2003-asmjs.data Normal file

Binary file not shown.

BIN
data/msx-asmjs.data Normal file

Binary file not shown.

BIN
data/msx-wasm.data Normal file

Binary file not shown.

Binary file not shown.

BIN
data/nds-asmjs.data Normal file

Binary file not shown.

BIN
data/nes-asmjs.data Normal file

Binary file not shown.

BIN
data/ngp-asmjs.data Normal file

Binary file not shown.

BIN
data/pce-asmjs.data Normal file

Binary file not shown.

Binary file not shown.

BIN
data/sega-asmjs.data Normal file

Binary file not shown.

BIN
data/snes-asmjs.data Normal file

Binary file not shown.

BIN
data/snes2002-asmjs.data Normal file

Binary file not shown.

BIN
data/snes2002-wasm.data Normal file

Binary file not shown.

BIN
data/snes2005-asmjs.data Normal file

Binary file not shown.

BIN
data/snes2005-wasm.data Normal file

Binary file not shown.

BIN
data/snes2010-asmjs.data Normal file

Binary file not shown.

BIN
data/snes2010-wasm.data Normal file

Binary file not shown.

BIN
data/vb-asmjs.data Normal file

Binary file not shown.

BIN
data/vbanext-asmjs.data Normal file

Binary file not shown.

BIN
data/vbanext-wasm.data Normal file

Binary file not shown.

View file

@ -1 +1 @@
{ "current_version": "0.4.23-03"}
{ "current_version": "0.4.23-04"}

BIN
data/ws-asmjs.data Normal file

Binary file not shown.