citra/src/core/hle
Lioncash a3cdd773c3 kernel/wait_object: Devirtualize functions related to manipulating the thread list directly
No inheritors of the WaitObject class actually make use of their own
implementations of these functions, so they can be made non-virtual.

It's also kind of sketchy to allow overriding how the threads get added
to the list anyways, given the kernel itself on the actual hardware
doesn't seem to customize based off this.
2019-01-30 12:50:37 -05:00
..
kernel kernel/wait_object: Devirtualize functions related to manipulating the thread list directly 2019-01-30 12:50:37 -05:00
service nvflinger: Add the Null display 2019-01-29 21:13:33 -05:00
ipc_helpers.h hle/ipc_helpers: Fix clang-format warnings 2019-01-29 21:11:04 -05:00
ipc.h
lock.cpp
lock.h
result.h