mirror of https://github.com/PCSX2/pcsx2.git
(u64*) [compilation error fix]
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3744 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
372478c0ec
commit
7bfe167405
|
@ -53,7 +53,7 @@ void __fastcall ReadFIFO_VIF1(mem128_t* out)
|
|||
if (vif1Regs.stat.FQC > 0)
|
||||
{
|
||||
GetMTGS().WaitGS();
|
||||
GSreadFIFO(out);
|
||||
GSreadFIFO((u64*)out);
|
||||
vif1.GSLastDownloadSize--;
|
||||
if (vif1.GSLastDownloadSize <= 16)
|
||||
gifRegs.stat.OPH = false;
|
||||
|
|
Loading…
Reference in New Issue