Skip to content

Commit

Permalink
Merge pull request #1365 from rommapp/fix/parallel_n64-typo
Browse files Browse the repository at this point in the history
fix: Typo in parallel_n64 core name
  • Loading branch information
adamantike authored Dec 17, 2024
2 parents 067ddd1 + 7bfa08d commit 1f5e171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ const _EJS_CORES_MAP = {
fds: ["fceumm", "nestopia"],
"game-televisison": ["fceumm"],
"new-style-nes": ["fceumm"],
n64: ["mupen64plus_next", "parallel-n64"],
n64: ["mupen64plus_next", "parallel_n64"],
"ique-player": ["mupen64plus_next"],
nds: ["melonds", "desmume2015"],
"nintendo-ds-lite": ["melonds", "desmume2015"],
Expand Down

0 comments on commit 1f5e171

Please sign in to comment.