From 2f036058f6ca9aeeab71de3e5bb39e9952783199 Mon Sep 17 00:00:00 2001 From: hegyak Date: Fri, 22 Apr 2016 16:54:23 -0700 Subject: [PATCH] Fix the Apple IIe being labeled as PlayStation (Title) --- BizHawk.Client.Common/SystemInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/SystemInfo.cs b/BizHawk.Client.Common/SystemInfo.cs index 6d8fe53fa6..58d2e81a19 100644 --- a/BizHawk.Client.Common/SystemInfo.cs +++ b/BizHawk.Client.Common/SystemInfo.cs @@ -106,7 +106,7 @@ namespace BizHawk.Client.Common { get { - return allSystemInfos[24]; + return allSystemInfos[25]; } }