Parent Directory
|
Revision Log
|
Patch
--- trunk/pcsx2/Cache.h 2010/09/07 03:24:11 31 +++ trunk/pcsx2/Cache.h 2010/09/07 11:08:22 62 @@ -43,12 +43,12 @@ u8 *readCache(u32 mem); // Fixme - these two functions do nothing, and the cache code relies on these two functions. -static __forceinline u32 getMemR(s32 mem) +static __fi u32 getMemR(s32 mem) { return 0;//memLUTR[mem >> 12]; } -static __forceinline u32 getMemW(s32 mem) +static __fi u32 getMemW(s32 mem) { return 0;//memLUTW[mem>>12]; }
ViewVC Help | |
Powered by ViewVC 1.1.22 |