Added automatic core detection for Sega Mega Drive games (#1123)

This commit is contained in:
298A-E9E3 2025-10-30 21:13:57 -04:00 committed by GitHub
parent dfe9498bcd
commit cf8e15ba9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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