mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-01-14 23:27:58 +03:00
6bbe9de881
`MutexLock` incorrectly returned `InvalidCurrentMemory` for cases where the userspace value didn't match the expected value. It's been corrected to return no error in those cases while preserving the error code for usage in `ConditionalVariableWait`.