mirror of https://github.com/PCSX2/pcsx2.git
updated this file to match zerofrog's minor-change in the official sourceforge SVN :p
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@14 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
81c31a089e
commit
7bf97e1af1
|
@ -1796,7 +1796,7 @@ extern void (*rpsxCP2BSC[32])();
|
|||
static void rpsxSPECIAL() { rpsxSPC[_Funct_](); }
|
||||
static void rpsxREGIMM() { rpsxREG[_Rt_](); }
|
||||
static void rpsxCOP0() { rpsxCP0[_Rs_](); }
|
||||
static void rpsxBASIC() { rpsxCP2BSC[_Rs_](); }
|
||||
//static void rpsxBASIC() { rpsxCP2BSC[_Rs_](); }
|
||||
|
||||
static void rpsxNULL() {
|
||||
SysPrintf("psxUNK: %8.8x\n", psxRegs.code);
|
||||
|
|
Loading…
Reference in New Issue