diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-10 02:48:37 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-10 02:48:37 +0000 |
| commit | c8690b57b1b762905661e7c0306be17e44b0998f (patch) | |
| tree | afaa716d1919cdccaba98cb4437923638b0a66a4 /libpcsxcore/psxcommon.h | |
| parent | 422812bcfa252636ccfde425c6c39a89d5bfafe7 (diff) | |
| download | pcsxr-c8690b57b1b762905661e7c0306be17e44b0998f.tar.gz | |
got rid of gzfreezel. things like gzfreezel(&int_variable) can be VERY wrong on x64!
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47733 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/psxcommon.h')
| -rw-r--r-- | libpcsxcore/psxcommon.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index 1b89d63d..059800ef 100644 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -142,8 +142,6 @@ extern int NetOpened; if (Mode == 1) gzwrite(f, ptr, size); \ if (Mode == 0) gzread(f, ptr, size); -#define gzfreezel(ptr) gzfreeze(ptr, sizeof(ptr)) - //#define BIAS 4 #define BIAS 2 #define PSXCLK 33868800 /* 33.8688 Mhz */ |
