mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-07 12:25:42 -04:00
Fix A0, A1, A2, A3 cheats
This commit is contained in:
parent
3bf69ef3bb
commit
ebe862561d
@ -995,6 +995,10 @@ static bool IsConditionalInstruction(CheatCode::InstructionCode code)
|
||||
case CheatCode::InstructionCode::CompareLess8: // E2
|
||||
case CheatCode::InstructionCode::CompareGreater8: // E3
|
||||
case CheatCode::InstructionCode::CompareButtons: // D4
|
||||
case CheatCode::InstructionCode::ExtCompareEqual32: // A0
|
||||
case CheatCode::InstructionCode::ExtCompareNotEqual32: // A1
|
||||
case CheatCode::InstructionCode::ExtCompareLess32: // A2
|
||||
case CheatCode::InstructionCode::ExtCompareGreater32: // A3
|
||||
return true;
|
||||
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user