mirror of https://github.com/PCSX2/pcsx2.git
minor casting fix
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@38 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
4be1601655
commit
1c4f8e47e3
|
@ -2123,7 +2123,7 @@ void recVUMI_SUB_iq(VURegs *VU, uptr addr, int info)
|
|||
//if( addr == VU_REGQ_ADDR ) CheckForOverflow(VU, info, EEREC_D);
|
||||
}
|
||||
|
||||
const static PCSX2_ALIGNED16(s_unaryminus[4]) = {0x80000000, 0, 0, 0};
|
||||
const static PCSX2_ALIGNED16(u32 s_unaryminus[4]) = {0x80000000, 0, 0, 0};
|
||||
|
||||
void recVUMI_SUB_xyzw(VURegs *VU, int xyzw, int info)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue