mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
fix: Typo in parallel_n64 core name
Fixes #1219. Typo found by @Subtixx in that same issue.
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user