Skip to content

Commit

Permalink
Revert "Increase bios_size to 1MB"
Browse files Browse the repository at this point in the history
This reverts commit 6773133.
  • Loading branch information
ABelliqueux committed Oct 31, 2021
1 parent b5341bf commit af21852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/psxmem.cc
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ int PCSX::Memory::psxMemInit() {
}

void PCSX::Memory::psxMemReset() {
const uint32_t bios_size = 0x00100000;
const uint32_t bios_size = 0x00080000;
memset(g_psxM, 0, 0x00800000);
memset(g_psxP, 0, 0x00010000);
memset(g_psxR, 0, bios_size);
Expand Down

0 comments on commit af21852

Please sign in to comment.