Fix gamedb loading with Turkish locale.
This commit is contained in:
parent
d4155081d2
commit
f9da63d71d
|
@ -55,7 +55,7 @@ namespace BizHawk.Emulation.Common
|
|||
|
||||
private static void LoadDatabase_Escape(string line, string path)
|
||||
{
|
||||
if (!line.ToUpper().StartsWith("#INCLUDE"))
|
||||
if (!line.ToUpperInvariant().StartsWith("#INCLUDE"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue