mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 11:17:36 +00:00
Added automatic core detection for Sega Mega Drive games
This commit is contained in:
parent
dfe9498bcd
commit
4fd293fe3f
@ -170,6 +170,9 @@
|
||||
|
||||
if (["d64"].includes(ext))
|
||||
return "vice_x64sc"
|
||||
|
||||
if (["md", "sg", "smd", "gen"].includes(ext))
|
||||
return "segaMD"
|
||||
|
||||
if (["nds", "gba", "gb", "z64", "n64"].includes(ext))
|
||||
return ext
|
||||
|
||||
Loading…
Reference in New Issue
Block a user