mirror of https://github.com/PCSX2/pcsx2.git
fixed a compile warning from mVU
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2164 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
d92f756cdf
commit
e0f455a57a
|
@ -15,7 +15,7 @@
|
|||
|
||||
#pragma once
|
||||
//#define mVUdebug // Prints Extra Info to Console
|
||||
#define mVUlogProg // Dumps MicroPrograms to \logs\*.html
|
||||
//#define mVUlogProg // Dumps MicroPrograms to \logs\*.html
|
||||
|
||||
class AsciiFile;
|
||||
|
||||
|
|
|
@ -282,7 +282,7 @@ void __fastcall mVUprintPC1(u32 PC) { Console.Write("Block PC [%04x] ", PC); }
|
|||
void __fastcall mVUprintPC2(u32 PC) { Console.Write("[%04x]\n", PC); }
|
||||
|
||||
microVUt(void) mVUtestCycles(mV) {
|
||||
u32* vu0jmp;
|
||||
//u32* vu0jmp;
|
||||
iPC = mVUstartPC;
|
||||
mVUdebugNOW(0);
|
||||
SUB32ItoM((uptr)&mVU->cycles, mVUcycles);
|
||||
|
|
Loading…
Reference in New Issue