Skip to content

Commit

Permalink
DDR X3: Fix paseli timer freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
drmext authored and mon committed Jun 3, 2022
1 parent 105d91c commit f66053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddrx3.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
name: "Timer Freeze",
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] }
],
},
Expand Down

0 comments on commit f66053c

Please sign in to comment.