mirror of https://github.com/PCSX2/pcsx2.git
microVU: Fix Wunused-function warning.
This commit is contained in:
parent
ee3cacffd7
commit
17c5acda3c
|
@ -273,11 +273,13 @@ __fi void mVUrestoreRegs(microVU& mVU, bool fromMemory = false, bool onlyNeeded
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
// Gets called by mVUaddrFix at execution-time
|
// Gets called by mVUaddrFix at execution-time
|
||||||
static void mVUwarningRegAccess(u32 prog, u32 pc)
|
static void mVUwarningRegAccess(u32 prog, u32 pc)
|
||||||
{
|
{
|
||||||
Console.Error("microVU0 Warning: Accessing VU1 Regs! [%04x] [%x]", pc, prog);
|
Console.Error("microVU0 Warning: Accessing VU1 Regs! [%04x] [%x]", pc, prog);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void mVUTBit()
|
static void mVUTBit()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue