Bug fixes, remove netplay

This commit is contained in:
Ethan O'Brien 2022-08-11 12:39:55 -05:00
parent ae1d574242
commit 41eed05677
16 changed files with 194 additions and 5652 deletions

View file

@ -41,18 +41,18 @@ Self-hosted **Javascript** emulation for various system.
<br>
### Beta
### Old Cores
The **beta** of the emulator core is now available for *some* systems. <br>
To use it, please add the following line to your code.
The new cores are now the stable cores, if you want to <br>
continue using the old cores, add this line to your code
```js
EJS_BETA = true;
EJS_oldCores = true;
```
<br>
**>>When reporting bugs, please specify that you are using the beta version**
**>>When reporting bugs, please specify that you are using the old version**
<br>
<br>

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.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -204,11 +204,10 @@
"gba": {
"version":"7",
"netplay": 0,
"old": {"wasm":0, "asmjs":1 },
"state": 1,
"asmjs": 1,
"wasm": 1,
"newCores": 1,
"wasm": 0,
"newCores": 0,
"oldCores": 1
},
"segaGG": {
@ -258,12 +257,11 @@
},
"psx": {
"version":"11",
"old": {"wasm":1, "asmjs":0 },
"netplay": 0,
"state": 1,
"asmjs": 0,
"wasm": 1,
"newCores": 1,
"newCores": 0,
"oldCores": 1
},
"n64": {