DDR X3: Fix paseli timer freeze

This commit is contained in:
drmext 2022-06-03 04:25:31 +00:00 committed by Will
parent 105d91c495
commit f66053c5fe

View File

@ -25,7 +25,7 @@
{ {
name: "Timer Freeze", name: "Timer Freeze",
patches: [ patches: [
{ offset: 0x31258, off: [0x89, 0x4D, 0x3C], on: [0x90, 0x90, 0x90] }, { offset: 0x3124B, off: [0x77, 0x09, 0xC7, 0x45, 0x3C, 0x00, 0x00], on: [0x90, 0x90, 0xC7, 0x45, 0x3C, 0x10, 0x27] },
{ offset: 0x31628, off: [0x89, 0x4D, 0x3C], on: [0x90, 0x90, 0x90] } { offset: 0x31628, off: [0x89, 0x4D, 0x3C], on: [0x90, 0x90, 0x90] }
], ],
}, },