psx - add a missing disc ID signature
This commit is contained in:
parent
0a00eb0de2
commit
396b46ad87
|
@ -102,6 +102,7 @@ namespace BizHawk.Emulation.DiscSystem
|
||||||
return (StringAt("Sony Computer Entertainment Euro", 32, 4)
|
return (StringAt("Sony Computer Entertainment Euro", 32, 4)
|
||||||
|| StringAt("Sony Computer Entertainment Inc.", 32, 4)
|
|| StringAt("Sony Computer Entertainment Inc.", 32, 4)
|
||||||
|| StringAt("Sony Computer Entertainment Amer", 32, 4)
|
|| StringAt("Sony Computer Entertainment Amer", 32, 4)
|
||||||
|
|| StringAt("Sony Computer Entertainment of A", 32, 4)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue