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:
arcum42 2010-03-05 02:54:22 +00:00
parent b7f3b93ecd
commit c19dfa41d4
1 changed files with 1 additions and 1 deletions

View File

@ -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);