psxinterpreter: do interrupt test after doing target instruction
authorSND\notaz_cp <SND\notaz_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>
Wed, 9 Mar 2011 22:30:50 +0000 (22:30 +0000)
committernotaz <notasas@gmail.com>
Wed, 9 Mar 2011 23:47:04 +0000 (01:47 +0200)
commitabbc1ca1f763c1f4aa46b60f3ea7dfb4bed3fb6f
treef92ca804daa8a5c692ad430afaf9258074889aeb
parent3e5353548dd510c805424878a1f0de1da7a44a0c
psxinterpreter: do interrupt test after doing target instruction

otherwise in case interrupt happens, target insn is executed twice,
causing occasional glitches in Tekken 2.
Also clear branch flag for it - it's not in delay slot.

git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64369 e17a0e51-4ae3-4d35-97c3-1a29b211df97
libpcsxcore/psxinterpreter.c