mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-03-06 20:30:07 +00:00
![]() 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. |
||
---|---|---|
.. | ||
graphics | ||
profiler.cpp | ||
profiler.h | ||
registers.cpp | ||
registers.h | ||
registers.ui | ||
wait_tree.cpp | ||
wait_tree.h |