mirror of
https://github.com/EmulatorJS/EmulatorJS.git
synced 2026-02-06 03:06:57 +00:00
Added automatic core detection for Sega Mega Drive games (#1123)
This commit is contained in:
parent
dfe9498bcd
commit
cf8e15ba9b
@ -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