fix: minimized-playback & old-quality-layout wrong opcodes

This commit is contained in:
Lucaskyy 2022-04-14 19:18:34 +02:00
parent 93c97c183f
commit b45d175c6f
No known key found for this signature in database
GPG Key ID: 1530BFF96D1EEB89
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ class MinimizedPlaybackPatch : Patch(
Opcode.CONST_4,
Opcode.IF_EQZ,
Opcode.IGET_BOOLEAN,
Opcode.IF_EQ
Opcode.IF_EQZ
)
)
)

View File

@ -66,7 +66,7 @@ class OldQualityLayoutPatch : Patch(
Opcode.IGET_BOOLEAN,
Opcode.CONST_4,
Opcode.CONST_4,
Opcode.CONST,
Opcode.CONST_4,
)
)
)