mirror of https://github.com/PCSX2/pcsx2.git
Change header to match the function declaration. (and fix Linux)
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2667 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
b7f3b93ecd
commit
c19dfa41d4
|
@ -218,7 +218,7 @@ mVUop(mVUopL);
|
|||
_mVUt _f void mVUclearProg(microProgram& prog);
|
||||
_mVUt _f void mVUcacheProg(microProgram& prog);
|
||||
_mVUt _f int mVUfindLeastUsedProg();
|
||||
_mVUt _f int mVUsearchProg(u32 startPC);
|
||||
_mVUt _f void* mVUsearchProg(u32 startPC, uptr pState);
|
||||
void* __fastcall mVUexecuteVU0(u32 startPC, u32 cycles);
|
||||
void* __fastcall mVUexecuteVU1(u32 startPC, u32 cycles);
|
||||
|
||||
|
|
Loading…
Reference in New Issue