Fix detecting Neo Geo CD.

This commit is contained in:
2020-07-14 16:43:25 +01:00
parent 63768420ff
commit a5f470cffb

View File

@@ -1671,6 +1671,9 @@ namespace Aaru.Core.Media.Detection
// More than 3 entries
if(split.Length != 3)
{
if(line[0] < 0x20)
break;
correctNeoGeoCd = false;
break;