Skip to content

Commit

Permalink
fix: minimized-playback & old-quality-layout wrong opcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sculas committed Apr 14, 2022
1 parent 93c97c1 commit b45d175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class MinimizedPlaybackPatch : Patch(
Opcode.CONST_4,
Opcode.IF_EQZ,
Opcode.IGET_BOOLEAN,
Opcode.IF_EQ
Opcode.IF_EQZ
)
)
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class OldQualityLayoutPatch : Patch(
Opcode.IGET_BOOLEAN,
Opcode.CONST_4,
Opcode.CONST_4,
Opcode.CONST,
Opcode.CONST_4,
)
)
)
Expand Down

0 comments on commit b45d175

Please sign in to comment.