This repository has been archived on 2026-05-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
yuzu/src/core/hle/kernel
Salvage c586ac9be2 Remove the lock entirely as per PR discussion
Correctly unlock mutex before its destruction

As per https://en.cppreference.com/w/cpp/thread/mutex/~mutex destroying a locked mutex is undefined behavior and MSVC++ decides to throw in this case

Swap out unique for scoped lock and readd comment
2022-12-09 16:39:59 +01:00
..
2022-11-13 16:30:55 -08:00
2022-11-06 19:50:51 -05:00
2022-11-09 19:05:08 -05:00
2022-11-03 21:17:06 -07:00
2022-10-12 20:29:29 -04:00
2022-10-19 16:31:12 -04:00
2022-11-13 16:30:55 -08:00
2022-11-13 16:30:55 -08:00
2022-11-09 19:05:08 -05:00
2022-11-09 19:05:08 -05:00
2022-10-31 17:45:46 -04:00
2022-11-09 19:05:08 -05:00
2022-11-09 19:05:08 -05:00
2022-11-09 19:05:08 -05:00
2022-11-09 16:58:49 -05:00
2022-11-09 19:05:08 -05:00
2022-07-10 06:59:40 +01:00