mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-10 23:02:59 +02:00
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:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user