Use mednafen core on legacy systems

This commit is contained in:
Ethan O'Brien 2024-02-01 19:09:03 -06:00
parent 0cfa8ffc49
commit 560875cae0

View file

@ -95,6 +95,9 @@ class EmulatorJS {
if (this.isSafari && this.isMobile && this.getCore(true) === "n64") {
return "parallel_n64";
}
if (!this.supportsWebgl2 && this.getCore(true) === "psx") {
return "mednafen_psx_hw";
}
return options[core] || core;
}
extensions = {