From 9c320a90dbc3e200fb3b6f53a9a7262de6986cae Mon Sep 17 00:00:00 2001 From: AKuHAK <621640+AKuHAK@users.noreply.github.com> Date: Thu, 28 Mar 2024 13:50:25 +0200 Subject: [PATCH] CDVD: fix sceCdReadConsoleID on bios v1.70 and up --- pcsx2/CDVD/CDVD_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/CDVD/CDVD_internal.h b/pcsx2/CDVD/CDVD_internal.h index f69b861ef4..f4f9c9e8db 100644 --- a/pcsx2/CDVD/CDVD_internal.h +++ b/pcsx2/CDVD/CDVD_internal.h @@ -260,7 +260,7 @@ struct NVMLayout static NVMLayout nvmlayouts[NVM_FORMAT_MAX] = { {0x000, 0x280, 0x300, 0x200, 0x1C8, 0x1C0, 0x1A0, 0x180, 0x198}, // eeproms from bios v0.00 and up - {0x146, 0x270, 0x2B0, 0x200, 0x1C8, 0x1E0, 0x1B0, 0x180, 0x198}, // eeproms from bios v1.70 and up + {0x146, 0x270, 0x2B0, 0x200, 0x1F0, 0x1E0, 0x1B0, 0x180, 0x198}, // eeproms from bios v1.70 and up }; static u8 PStwoRegionDefaults[13][12] =