Skip to content

Commit

Permalink
Use mednafen core on legacy systems
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanaobrien committed Feb 2, 2024
1 parent 0cfa8ff commit 560875c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/emulator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 560875c

Please sign in to comment.