RetroAchievements / rcheevos

Library to parse and evaluate achievements and leaderboards for RetroAchievements
MIT License
86 stars 33 forks source link

ensure challenge indicator is shown if trigger is primed and reset in same frame #309

Closed Jamiras closed 7 months ago

Jamiras commented 8 months ago

Normally RESET and PRIMED are mutually exclusive, but a ResetNextIf has a different priority than a ResetIf, so the PRIMED should be returned instead of RESET for that particular timing.

https://discord.com/channels/310192285306454017/645777658319208448/1194029635718107258

addresses https://github.com/PCSX2/pcsx2/issues/10557