mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Fix detecting Neo Geo CD.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user