add more xbox patches

This commit is contained in:
Martin Michelsen
2024-02-25 21:41:18 -08:00
parent 79f85f46dc
commit ac62cc455c
22 changed files with 421 additions and 8 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ process_stick_value:
cmova ecx, eax # if X2 out of deadzone range, use eax
mov edx, eax
bswap edx # dh = Y2
lea edx, [edx + 0x2800] # dh = Y2 = 0x28
lea edx, [edx + 0x2800] # dh = Y2 + 0x28
cmp dh, 0x50
cmova ecx, eax # if Y2 out of deadzone range, use eax