Files
yuzu-android/src/core/hle
Subv 5224cc49c4 Kernel/Mutex: Don't duplicate threads in the mutex waiter list.
Exit from AddMutexWaiter early if the thread is already waiting for a mutex owned by the owner thread.

This accounts for the possibility of a thread that is waiting on a condition variable being awakened twice in a row.

Also added more validation asserts.

This should fix one of the random crashes in Breath Of The Wild.
2018-08-12 16:35:27 -05:00
..
2018-08-12 14:00:44 +10:00
2018-01-13 22:38:52 +00:00
2018-05-23 14:22:42 +02:00