mirror of https://github.com/PCSX2/pcsx2.git
Compilation fix.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3795 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
8c552f4f2e
commit
d06838c4a5
|
@ -67,7 +67,7 @@ union tIPU_CTRL {
|
||||||
void reset() { _u32 = 0; }
|
void reset() { _u32 = 0; }
|
||||||
};
|
};
|
||||||
|
|
||||||
__aligned16 struct tIPU_BP {
|
struct __aligned16 tIPU_BP {
|
||||||
__aligned16 u128 internal_qwc[2];
|
__aligned16 u128 internal_qwc[2];
|
||||||
|
|
||||||
u32 BP; // Bit stream point (0 to 128*2)
|
u32 BP; // Bit stream point (0 to 128*2)
|
||||||
|
|
Loading…
Reference in New Issue