CDVD: fix sceCdReadConsoleID on bios v1.70 and up

This commit is contained in:
AKuHAK 2024-03-28 13:50:25 +02:00 committed by refractionpcsx2
parent 5be4326626
commit 9c320a90db
1 changed files with 1 additions and 1 deletions

View File

@ -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] =