psxbios: Callback Events should not set event status to busy in TestEvent.
authorgameblabla <gameblabla@openmailbox.org>
Thu, 18 Jul 2019 00:30:31 +0000 (02:30 +0200)
committergameblabla <gameblabla@openmailbox.org>
Thu, 18 Jul 2019 00:30:31 +0000 (02:30 +0200)
commitb4ae2532030fa15ca2009eb239ab2e50b2231000
tree9985067fcd84debeea9b6ed69f84b2a1d3638add
parenta946d159bfc8e85d5ff2bcb08fc940830d5acbf4
psxbios: Callback Events should not set event status to busy in TestEvent.

We are already doing that in WaitEvent. According to nocash documentation,
this also applies to TestEvent as well so let's implement it.
libpcsxcore/psxbios.c