summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcommon.h
diff options
context:
space:
mode:
authorSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-04-17 21:26:36 +0000
committerSND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2014-04-17 21:26:36 +0000
commit9a7b4084da6349adca6c1387f390da9bc813d09a (patch)
tree7c29303fd4bfaf2e964d22fa3c9fd81aaa0cecb4 /libpcsxcore/psxcommon.h
parent158718f939810dbfedeb49e178db4fe781d9918e (diff)
downloadpcsxr-9a7b4084da6349adca6c1387f390da9bc813d09a.tar.gz
GPU picture fix. This should be also easy to implement on others archs as well.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90038 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxcommon.h')
-rwxr-xr-xlibpcsxcore/psxcommon.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h
index 8def3612..1eaffc1d 100755
--- a/libpcsxcore/psxcommon.h
+++ b/libpcsxcore/psxcommon.h
@@ -166,7 +166,10 @@ typedef struct {
extern PcsxConfig Config;
extern boolean NetOpened;
-extern u32 rewind_counter; // It is safe if this overflows
+
+// It is safe if these overflow
+extern u32 rewind_counter;
+extern u8 vblank_count_hideafter;
#define gzfreeze(ptr, size) { \
if (Mode == 1) gzwrite(f, ptr, size); \