Skip to content

Commit

Permalink
patches: Fix IE 32-bit patch
Browse files Browse the repository at this point in the history
  • Loading branch information
darktohka committed Mar 7, 2023
1 parent fc6e542 commit d00ccf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FlashPatch/Patches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8208,6 +8208,7 @@ public class Patches {
new byte[] { 0xB8, 0x01, 0x00, 0x00, 0x00, 0xC3 }
),
new HexPatch(
0x7CBB9,
new byte[] { 0x75 },
new byte[] { 0xEB }
),
Expand Down

0 comments on commit d00ccf4

Please sign in to comment.