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/citra_qt
Subv db3a525166 Kernel: Actually wake up the requested number of threads in Semaphore::Release.
Also properly keep track of data in guest memory, this fixes managing the semaphore from userland.

It was found that Semaphores are actually Condition Variables, with Release(1) and Release(-1) being equivalent to notify_one and notify_all. We should change the name of the class to reflect this.
2018-01-08 21:12:54 -05:00
..
2017-01-04 13:48:29 -03:00
2017-09-03 11:26:10 -06:00
2017-02-26 17:58:51 -08:00
2016-03-21 20:03:18 +01:00
2017-10-12 21:21:49 -04:00
2017-05-07 15:33:07 -07:00