From 396b46ad87a47277a31ea579055279e95c39fbdd Mon Sep 17 00:00:00 2001 From: zeromus Date: Sat, 7 Feb 2015 16:59:16 +0000 Subject: [PATCH] psx - add a missing disc ID signature --- BizHawk.Emulation.DiscSystem/Disc.ID.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.Emulation.DiscSystem/Disc.ID.cs b/BizHawk.Emulation.DiscSystem/Disc.ID.cs index cc86304c58..034269fbe9 100644 --- a/BizHawk.Emulation.DiscSystem/Disc.ID.cs +++ b/BizHawk.Emulation.DiscSystem/Disc.ID.cs @@ -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) ); }