mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-16 03:48:44 +03:00
`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`.