Update core files

This commit is contained in:
Ethan O'Brien 2023-07-06 12:38:36 -05:00
parent 2ea5f46bb6
commit 212e85c7b4

View file

@ -635,7 +635,6 @@ class EmulatorJS {
if (this.getCore(true) === "psx") {
execFile = this.gameManager.createCueFile(fileNames);
}
console.log(data);
for (const k in data) {
if (k === "!!notCompressedData") {
const fileName = this.config.gameUrl.startsWith("blob:") ? this.config.gameName || "game" : this.config.gameUrl.split('/').pop().split("#")[0].split("?")[0];