psxbios: Don't accept 400h as a valid sector.
authorgameblabla <gameblabla@openmailbox.org>
Mon, 22 Jul 2019 21:25:49 +0000 (23:25 +0200)
committergameblabla <gameblabla@openmailbox.org>
Mon, 22 Jul 2019 21:25:49 +0000 (23:25 +0200)
commit1059caaf959bf28d2cd1020b8bc30d33fb71ed93
tree0b5414527071a37e29c9fcc761c342c2f903c6a2
parent339cc5b6c622b9e4544e67239c048d39f245390b
psxbios: Don't accept 400h as a valid sector.

Notaz said this could corrupt the emulator (even though
the console allowed this and it was a bug) so limit it to 0x3FF.
libpcsxcore/psxbios.c