Closed GoogleCodeExporter closed 8 years ago
Describe your system: - Mupen64Plus version: r1236 - Plugins used: Describe the problem: Rom properties shows wrong CIC chip for some chips. Please provide any additional information below. Index: main/util.c =================================================================== --- main/util.c (revision 1242) +++ main/util.c (working copy) @@ -645,10 +645,10 @@ strcpy(string, tr("CIC-NUS-6103")); break; case CIC_NUS_6105: - strcpy(string, tr("CIC-NUS-6104")); + strcpy(string, tr("CIC-NUS-6105")); break; case CIC_NUS_6106: - strcpy(string, tr("CIC-NUS-6105")); + strcpy(string, tr("CIC-NUS-6106")); break; default: string[0] = '\0';
Original issue reported on code.google.com by olejl77@gmail.com on 3 Jan 2009 at 1:26
olejl77@gmail.com
applied in rev 1248
Original comment by richard...@gmail.com on 3 Jan 2009 at 9:59
richard...@gmail.com
Original issue reported on code.google.com by
olejl77@gmail.com
on 3 Jan 2009 at 1:26