mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-14 04:40:02 +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`.