Add beta ds core!

This commit is contained in:
Ethan O'Brien 2022-03-07 12:59:02 -06:00
parent caea20ec03
commit a599b7153c
3 changed files with 2 additions and 2 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'];
var supportedCores = ['nes', 'snes', 'nds'];
return supportedCores.includes(core) ? 2 : 1;
}
}

2
data/emu-min.js vendored

File diff suppressed because one or more lines are too long

BIN
data/nds-wasm.data Normal file

Binary file not shown.