From: gameblabla Date: Thu, 18 Jul 2019 00:30:31 +0000 (+0200) Subject: psxbios: Callback Events should not set event status to busy in TestEvent. X-Git-Tag: r23~156^2~20 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4ae2532030fa15ca2009eb239ab2e50b2231000;hp=b4ae2532030fa15ca2009eb239ab2e50b2231000;p=pcsx_rearmed.git 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. ---