mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
fix psx thingy
This commit is contained in:
parent
d0dc9c860e
commit
f8197df48f
@ -4,7 +4,7 @@ class EmulatorJS {
|
||||
"atari5200": ["a5200"],
|
||||
"vb": ["beetle_vb"],
|
||||
"nds": ["melonds", "desmume", "desmume2015"],
|
||||
"arcade": ["fbneo", "fbalpha2012_cps1", "fbalpha2012_cps2"],
|
||||
"arcade": ["fbneo", "fbalpha2012_cps1", "fbalpha2012_cps2", "same_cdi"],
|
||||
"nes": ["fceumm", "nestopia"],
|
||||
"gb": ["gambatte"],
|
||||
"coleco": ["gearcoleco"],
|
||||
@ -940,6 +940,9 @@ class EmulatorJS {
|
||||
} else if (createCueFile && supportsExt("m3u") && supportsExt("cue")) {
|
||||
this.fileName = this.gameManager.createCueFile(fileNames);
|
||||
}
|
||||
if (this.getCore(true) === "dos" && !this.config.disableBatchBootup) {
|
||||
this.fileName = this.gameManager.writeBootupBatchFile();
|
||||
}
|
||||
resolve();
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user