psxbios: Support other syscalls
authorgameblabla <gameblabla@openmailbox.org>
Thu, 18 Jul 2019 00:29:49 +0000 (02:29 +0200)
committergameblabla <gameblabla@openmailbox.org>
Thu, 18 Jul 2019 00:29:49 +0000 (02:29 +0200)
commita946d159bfc8e85d5ff2bcb08fc940830d5acbf4
tree48891e01bcaa8543677e5b784f394c061957f1f3
parent2c6a5df89dfba9a54f3bb09d145ef13081c76bf1
psxbios: Support other syscalls

Since they don't do anything however, let's just add a default and break;
instead. Interestingly, trying to implement SYS(04h+ can actually crash
the HLE bios. Nocash documentation said that it should crash it
but due to other reasons, it doesn't and returns to main program instead.
libpcsxcore/psxbios.c