mirror of
https://github.com/libretro/pcsx2.git
synced 2025-01-17 15:02:43 +00:00
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…
x
Reference in New Issue
Block a user