pcsx2: Remove unused variable "maddr" from Vif1_MFIFO.cpp.

One less warning to worry about.
This commit is contained in:
lightningterror 2019-01-01 22:07:18 +01:00
parent 43fa7cd6c6
commit 549b438a84
1 changed files with 0 additions and 1 deletions

View File

@ -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;