mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Small logging update
This commit is contained in:
parent
5ff7245936
commit
a82665e5f2
@ -1113,10 +1113,10 @@ class EmulatorJS {
|
||||
let disableCue = false;
|
||||
if (["pcsx_rearmed", "genesis_plus_gx", "picodrive", "mednafen_pce", "smsplus", "vice_x64", "vice_x64sc", "vice_x128", "vice_xvic", "vice_xpet", "puae"].includes(this.getCore()) && this.config.disableCue === undefined) {
|
||||
disableCue = true;
|
||||
console.log("DISABLING CUE!");
|
||||
} else {
|
||||
disableCue = this.config.disableCue;
|
||||
}
|
||||
if (this.debug) console.log("Disable CUE handling:", disableCue);
|
||||
|
||||
const fileNames = [];
|
||||
for (const file of romData.files) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user