diff options
Diffstat (limited to 'libpcsxcore/psxcounters.h')
| -rw-r--r-- | libpcsxcore/psxcounters.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/libpcsxcore/psxcounters.h b/libpcsxcore/psxcounters.h index 30ea6954..137d13ef 100644 --- a/libpcsxcore/psxcounters.h +++ b/libpcsxcore/psxcounters.h @@ -25,19 +25,19 @@ #include "psxmem.h" #include "plugins.h" -u32 psxNextCounter, psxNextsCounter; +extern u32 psxNextCounter, psxNextsCounter; void psxRcntInit(); void psxRcntUpdate(); -void psxRcntWcount( u32 index, u32 value ); -void psxRcntWmode( u32 index, u32 value ); -void psxRcntWtarget( u32 index, u32 value ); +void psxRcntWcount(u32 index, u32 value); +void psxRcntWmode(u32 index, u32 value); +void psxRcntWtarget(u32 index, u32 value); -u32 psxRcntRcount( u32 index ); -u32 psxRcntRmode( u32 index ); -u32 psxRcntRtarget( u32 index ); +u32 psxRcntRcount(u32 index); +u32 psxRcntRmode(u32 index); +u32 psxRcntRtarget(u32 index); -s32 psxRcntFreeze( gzFile f, s32 Mode ); +s32 psxRcntFreeze(gzFile f, s32 Mode); -#endif // __PSXCOUNTERS_H__ +#endif |
