mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-07-03 14:29:28 +03:00
The condition for `setDirty` in the dirty state CAS was inverted from what it should've been resulting in synchronizing incorrectly, this commit fixes the condition to correct synchronization.