Another 64-bit old recompiler change.

This commit is contained in:
OBattler
2020-07-16 01:39:55 +02:00
parent f1f99aba89
commit 4cd95df959
2 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,11 @@
#define HASH(l) ((l) & 0x1ffff)
#define BLOCK_EXIT_OFFSET 0x7e0
#ifdef OLD_GPF
#define BLOCK_GPF_OFFSET (BLOCK_EXIT_OFFSET - 20)
#else
#define BLOCK_GPF_OFFSET (BLOCK_EXIT_OFFSET - 15)
#endif
#define BLOCK_MAX 1620