mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
Bump emulatorjs to 4.1.1
This commit is contained in:
2
frontend/package-lock.json
generated
2
frontend/package-lock.json
generated
@@ -15,7 +15,7 @@
|
||||
"axios": "^1.6.8",
|
||||
"core-js": "^3.37.1",
|
||||
"cronstrue": "^2.50.0",
|
||||
"emulatorjs": "github:emulatorjs/emulatorjs#v4.0.12",
|
||||
"emulatorjs": "github:emulatorjs/emulatorjs#v4.1.1",
|
||||
"file-saver": "^2.0.5",
|
||||
"js-cookie": "^3.0.5",
|
||||
"jszip": "^3.10.1",
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"axios": "^1.6.8",
|
||||
"core-js": "^3.37.1",
|
||||
"cronstrue": "^2.50.0",
|
||||
"emulatorjs": "github:emulatorjs/emulatorjs#v4.0.12",
|
||||
"emulatorjs": "github:emulatorjs/emulatorjs#v4.1.1",
|
||||
"file-saver": "^2.0.5",
|
||||
"js-cookie": "^3.0.5",
|
||||
"jszip": "^3.10.1",
|
||||
|
||||
@@ -304,7 +304,7 @@ async function fetchSave(): Promise<Uint8Array> {
|
||||
|
||||
window.EJS_onLoadSave = async function () {
|
||||
const sav = await fetchSave();
|
||||
const FS = window.EJS_emulator.Module.FS;
|
||||
const FS = window.EJS_emulator.gameManager.FS;
|
||||
const path = window.EJS_emulator.gameManager.getSaveFilePath();
|
||||
const paths = path.split("/");
|
||||
let cp = "";
|
||||
|
||||
Reference in New Issue
Block a user