Fix some warnings.

This commit is contained in:
Jordan Woyak
2013-03-16 18:52:49 -05:00
parent 4a929f85b6
commit 98fa5006fd
3 changed files with 3 additions and 3 deletions

View File

@ -244,7 +244,7 @@ void RunGpu()
FPURoundMode::SaveSIMDState();
FPURoundMode::LoadDefaultSIMDState();
ReadDataFromFifo(uData, 32);
u32 count = OpcodeDecoder_Run(g_bSkipCurrentFrame);
OpcodeDecoder_Run(g_bSkipCurrentFrame);
FPURoundMode::LoadSIMDState();
//DEBUG_LOG(COMMANDPROCESSOR, "Fifo wraps to base");