Make picodrive work again
All picodrive games were broken by 316a9d1568
This commit is contained in:
parent
5a1b5915bf
commit
59be09b515
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue