psx - add a missing disc ID signature

This commit is contained in:
zeromus 2015-02-07 16:59:16 +00:00
parent 0a00eb0de2
commit 396b46ad87
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ namespace BizHawk.Emulation.DiscSystem
return (StringAt("Sony Computer Entertainment Euro", 32, 4)
|| StringAt("Sony Computer Entertainment Inc.", 32, 4)
|| StringAt("Sony Computer Entertainment Amer", 32, 4)
|| StringAt("Sony Computer Entertainment of A", 32, 4)
);
}