Beta Gameboy core!! (finally)

This commit is contained in:
Ethan O'Brien 2022-03-07 21:35:19 -06:00
parent a599b7153c
commit ed111b36fb
3 changed files with 4 additions and 4 deletions

View file

@ -6297,7 +6297,7 @@ window.EJS_main = function(_0xa88a13, _0x17edbf, _0x2c1832) {
this.coreVer = function(core, useBeta) {
if (useBeta === true) {
if (window.WebAssembly) {
var supportedCores = ['nes', 'snes', 'nds'];
var supportedCores = ['nes', 'snes', 'gb', 'nds'];
return supportedCores.includes(core) ? 2 : 1;
}
}

BIN
data/gb-wasm.data Normal file

Binary file not shown.

View file

@ -134,11 +134,11 @@
"wasm": 1
},
"gb": {
"version":"4",
"version":"5",
"netplay": 0,
"state": 1,
"asmjs": 1,
"wasm": 0
"wasm": 1
},
"gbc": {
"version":"4",
@ -204,7 +204,7 @@
"wasm": 0
},
"nds": {
"version":"9",
"version":"10",
"netplay": 0,
"state": 1,
"asmjs": 1,