From 4fd293fe3f2e1e30263e57efc2b9573209db1b07 Mon Sep 17 00:00:00 2001 From: 298A-E9E3 <166412009+298A-E9E3@users.noreply.github.com> Date: Tue, 28 Oct 2025 10:11:05 -0400 Subject: [PATCH] Added automatic core detection for Sega Mega Drive games --- 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