mirror of https://github.com/PCSX2/pcsx2.git
Vif: Remove unused variables
This commit is contained in:
parent
669d6096d0
commit
ec1656f380
|
@ -71,9 +71,6 @@ void SaveStateBase::vif1Freeze()
|
||||||
// Vif0/Vif1 Write32
|
// Vif0/Vif1 Write32
|
||||||
//------------------------------------------------------------------
|
//------------------------------------------------------------------
|
||||||
|
|
||||||
extern bool _chainVIF0();
|
|
||||||
extern bool _VIF0chain();
|
|
||||||
|
|
||||||
__fi void vif0FBRST(u32 value) {
|
__fi void vif0FBRST(u32 value) {
|
||||||
VIF_LOG("VIF0_FBRST write32 0x%8.8x", value);
|
VIF_LOG("VIF0_FBRST write32 0x%8.8x", value);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue