microVU: Fix Wunused-function warning.

This commit is contained in:
lightningterror 2023-01-05 12:12:01 +01:00
parent ee3cacffd7
commit 17c5acda3c
1 changed files with 2 additions and 0 deletions

View File

@ -273,11 +273,13 @@ __fi void mVUrestoreRegs(microVU& mVU, bool fromMemory = false, bool onlyNeeded
}
}
#if 0
// Gets called by mVUaddrFix at execution-time
static void mVUwarningRegAccess(u32 prog, u32 pc)
{
Console.Error("microVU0 Warning: Accessing VU1 Regs! [%04x] [%x]", pc, prog);
}
#endif
static void mVUTBit()
{