yuzu/src/core/hle
Fernando Sahmkow 2d16507f9f Kernel: Correct behavior of Condition Variables to be more similar to real hardware.
This commit ensures cond var threads act exactly as they do in the real
console. The original implementation uses an RBTree and the behavior of
cond var threads is that at the same priority level they act like a
FIFO.
2019-11-21 10:46:55 -04:00
..
kernel Kernel: Correct behavior of Condition Variables to be more similar to real hardware. 2019-11-21 10:46:55 -04:00
service Merge pull request #3091 from lioncash/core-conversion 2019-11-15 12:08:50 -05:00
ipc_helpers.h
ipc.h common_func: Use std::array for INSERT_PADDING_* macros. 2019-11-03 22:22:41 -05:00
lock.cpp
lock.h
result.h result: Add default error code for the ResultCode(-1) case 2019-11-12 07:55:38 -05:00