From cf8e15ba9bccde6fc0967a7a0fb838ee761fb336 Mon Sep 17 00:00:00 2001 From: 298A-E9E3 <166412009+298A-E9E3@users.noreply.github.com> Date: Thu, 30 Oct 2025 21:13:57 -0400 Subject: [PATCH] Added automatic core detection for Sega Mega Drive games (#1123) --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index ceae198..8dbdd35 100644 --- a/index.html +++ b/index.html @@ -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