Make picodrive work again

All picodrive games were broken by 316a9d1568
This commit is contained in:
nattthebear 2020-07-13 06:16:16 -04:00
parent 5a1b5915bf
commit 59be09b515
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ namespace BizHawk.Client.Common
return (int)CorePriority.UserPreference;
}
if (string.Equals(c.Name, forcedCore, StringComparison.InvariantCulture))
if (string.Equals(c.Name, forcedCore, StringComparison.InvariantCultureIgnoreCase))
{
return (int)CorePriority.GameDbPreference;
}