Add 120FPS patch for SDGS

This commit is contained in:
beerpsi 2024-04-11 16:43:11 +07:00
parent 8f3258e39d
commit 76f7cda160
1 changed files with 8 additions and 2 deletions

View File

@ -61,7 +61,7 @@
- offset: 0x0D
off: [0x01]
on: [0x00]
- name: "Bypass 1080p/120Hz monitor check"
- name: "Bypass 1080p/120Hz monitor check" # SDHD only
patches:
# 1080p check
- signature: "81 BC 24 B8 02 00 00 80 07 00 00 75 1F 81 BC 24 BC 02 00 00 38 04 00 00 75 12"
@ -73,6 +73,12 @@
offset: 0x06
off: [0x85, 0xC0]
on: [0xEB, 0x30]
- name: "Force 120FPS" # SDGS only
signature: "C6 05 ?? ?? ?? ?? ?? C6 05 ?? ?? ?? ?? ?? C6 05 ?? ?? ?? ?? ?? C7 84 24 ?? ?? ?? ?? ?? ?? ?? ?? C7 84 24 ?? ?? ?? ?? ?? ?? ?? ??"
patches:
- offset: 0x06
off: [0x00]
on: [0x01]
- name: "Disable shop close lockout"
danger: "[DEPRECATED] Just disable it in the test menu"
signature: "56 8B CB E8 ?? ?? ?? ?? 84 C0 ?? 0E"
@ -96,4 +102,4 @@
patches:
- offset: 0x12
off: [0x75]
on: [0xEB]
on: [0xEB]