mirror of https://github.com/PCSX2/pcsx2.git
pcsx2: Remove unused variable "maddr" from Vif1_MFIFO.cpp.
One less warning to worry about.
This commit is contained in:
parent
43fa7cd6c6
commit
549b438a84
|
@ -48,7 +48,6 @@ static u16 QWCinVIFMFIFO(u32 DrainADDR, u16 qwc)
|
|||
}
|
||||
static __fi bool mfifoVIF1rbTransfer()
|
||||
{
|
||||
u32 maddr = dmacRegs.rbor.ADDR;
|
||||
u32 msize = dmacRegs.rbor.ADDR + dmacRegs.rbsr.RMSK + 16;
|
||||
u16 mfifoqwc = std::min(QWCinVIFMFIFO(vif1ch.madr, vif1ch.qwc), vif1ch.qwc);
|
||||
u32 *src;
|
||||
|
|
Loading…
Reference in New Issue