diff options
Diffstat (limited to 'libpcsxcore/psxcommon.h')
| -rwxr-xr-x | libpcsxcore/psxcommon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index 16428115..b6f83e74 100755 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -158,6 +158,7 @@ typedef struct { u8 Cpu; // CPU_DYNAREC or CPU_INTERPRETER u8 PsxType; // PSX_TYPE_NTSC or PSX_TYPE_PAL u32 RewindCount; + u32 RewindInterval; #ifdef _WIN32 char Lang[256]; #endif @@ -165,6 +166,7 @@ typedef struct { extern PcsxConfig Config; extern boolean NetOpened; +extern u32 rewind_counter; // It is safe if this overflows #define gzfreeze(ptr, size) { \ if (Mode == 1) gzwrite(f, ptr, size); \ |
