Added automatic core detection for Sega Mega Drive games

This commit is contained in:
298A-E9E3 2025-10-28 10:11:05 -04:00 committed by GitHub
parent dfe9498bcd
commit 4fd293fe3f
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