mirror of https://github.com/PCSX2/pcsx2.git
sigh I do the mistake every time
This commit is contained in:
parent
fe30f2e48e
commit
f998b72e99
|
@ -423,7 +423,7 @@ extern void cpuTlbMissR(u32 addr, u32 bd);
|
|||
extern void cpuTlbMissW(u32 addr, u32 bd);
|
||||
extern void cpuTestHwInts();
|
||||
extern void cpuClearInt(uint n);
|
||||
extern __fastcall void GoemonPreloadTlb();
|
||||
extern void __fastcall GoemonPreloadTlb();
|
||||
|
||||
extern void cpuSetNextEvent( u32 startCycle, s32 delta );
|
||||
extern void cpuSetNextEventDelta( s32 delta );
|
||||
|
|
Loading…
Reference in New Issue