We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fc8433 commit ea86990Copy full SHA for ea86990
games/ps1_acorepp.c
@@ -28,7 +28,7 @@
28
#define ACPP_IS_NOT_BUSY 0x1A7FAC
29
#define ACPP_IS_NOT_PAUSED 0x3BA14
30
#define ACPP_IS_MAP_OPEN 0x1555EB
31
-#define ACPP_IS_ABORT_PROMPT 0x1FBF5A
+#define ACPP_IS_ABORT_PROMPT 0x1FE06C
32
33
34
static uint8_t PS1_ACPP_Status(void);
@@ -72,8 +72,8 @@ static void PS1_ACPP_Inject(void)
72
if (PS1_MEM_ReadByte(ACPP_IS_MAP_OPEN))
73
return;
74
75
- if (PS1_MEM_ReadByte(ACPP_IS_ABORT_PROMPT) == 0x1A)
76
- return;
+ // if (PS1_MEM_ReadByte(ACPP_IS_ABORT_PROMPT) == 0x4)
+ // return;
77
78
if(xmouse == 0 && ymouse == 0) // if mouse is idle
79
0 commit comments