mirror of https://github.com/PCSX2/pcsx2.git
Even if it is broken, lets make the 64 bit build compilable as well.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@348 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
32ccde667d
commit
467d7a8963
|
@ -2163,7 +2163,8 @@ void recompileNextInstruction(int delayslot)
|
|||
extern tIPU_BP g_BP;
|
||||
|
||||
extern u32 psxdump;
|
||||
extern u32 psxNextCounter, psxNextsCounter;
|
||||
extern s32 psxNextCounter;
|
||||
extern u32 psxNextsCounter;
|
||||
extern void iDumpPsxRegisters(u32 startpc, u32 temp);
|
||||
extern Counter counters[6];
|
||||
|
||||
|
|
Loading…
Reference in New Issue