Changed GPF handled on the 64-bit old recompiler.

This commit is contained in:
OBattler
2022-10-27 03:24:02 +02:00
parent acd4eb5d68
commit 47604db6b1
2 changed files with 10 additions and 7 deletions

View File

@@ -11,7 +11,7 @@
#ifdef OLD_GPF
#define BLOCK_GPF_OFFSET (BLOCK_EXIT_OFFSET - 20)
#else
#define BLOCK_GPF_OFFSET (BLOCK_EXIT_OFFSET - 15)
#define BLOCK_GPF_OFFSET (BLOCK_EXIT_OFFSET - 12)
#endif
#define BLOCK_MAX 1620