From a42b259762c32bfa4d17788f9ca4b9c5df92d181 Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Sat, 1 Mar 2025 17:48:51 -0800 Subject: [PATCH] Stop exposing PicoDrive as a selectable option for Genesis The core as it is is a very poor choice for Genesis. Much worse compatibility, very noticeably worse audio, and it's not like GPGX is hurting badly in the performance department. It's also very outdated compared to upstream (making these problems much worse than if it was updated). It was only in BizHawk to handle 32X games to begin with (as there aren't many options for 32X to begin with), with Genesis fallback support (without user selectability!) just tacked on "because we can." Perhaps with a core update it could be more reasonable to allow users to select this, but for now, nope. Closes #4251, #4250, #4235 --- src/BizHawk.Client.Common/config/Config.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/BizHawk.Client.Common/config/Config.cs b/src/BizHawk.Client.Common/config/Config.cs index 3760945ece..fad705f3d1 100644 --- a/src/BizHawk.Client.Common/config/Config.cs +++ b/src/BizHawk.Client.Common/config/Config.cs @@ -36,8 +36,6 @@ namespace BizHawk.Client.Common [ CoreNames.GambatteLink, CoreNames.GBHawkLink, CoreNames.GBHawkLink3x, CoreNames.GBHawkLink4x ]), ([ VSystemID.Raw.SGB ], [ CoreNames.Gambatte, CoreNames.Bsnes115, CoreNames.SubBsnes115, CoreNames.Bsnes ]), - ([ VSystemID.Raw.GEN ], - [ CoreNames.Gpgx, CoreNames.PicoDrive ]), ([ VSystemID.Raw.N64 ], [ CoreNames.Mupen64Plus, CoreNames.Ares64 ]), ([ VSystemID.Raw.NES ],