yuzu/src/core/hle/kernel
2018-01-09 15:02:04 -05:00
..
address_arbiter.cpp
address_arbiter.h
client_port.cpp
client_port.h
client_session.cpp
client_session.h
condition_variable.cpp kernel: Rename Semaphore to ConditionVariable. 2018-01-08 21:41:37 -05:00
condition_variable.h kernel: Rename Semaphore to ConditionVariable. 2018-01-08 21:41:37 -05:00
domain.cpp
domain.h
errors.h SVC: Implemented CancelSynchronization. 2018-01-09 15:02:04 -05:00
event.cpp
event.h
handle_table.cpp
handle_table.h
hle_ipc.cpp IPC: Add functions to read the input move/copy objects from an IPC request. 2018-01-07 17:11:51 -05:00
hle_ipc.h IPC: Add functions to read the input move/copy objects from an IPC request. 2018-01-07 17:11:51 -05:00
kernel.cpp kernel: Add ObjectAddressTable class. 2018-01-01 13:25:37 -05:00
kernel.h kernel: Rename Semaphore to ConditionVariable. 2018-01-08 21:41:37 -05:00
memory.cpp core/video_core: Fix a bunch of u64 -> u32 warnings. 2018-01-01 15:40:35 -05:00
memory.h
mutex.cpp mutex: Remove unused call to VerifyGuestState. 2018-01-08 21:12:56 -05:00
mutex.h Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking. 2018-01-08 21:12:51 -05:00
object_address_table.cpp kernel: Add ObjectAddressTable class. 2018-01-01 13:25:37 -05:00
object_address_table.h kernel: Add ObjectAddressTable class. 2018-01-01 13:25:37 -05:00
process.cpp svc: Implement svcExitProcess. 2018-01-01 14:38:34 -05:00
process.h svc: Implement svcExitProcess. 2018-01-01 14:38:34 -05:00
resource_limit.cpp
resource_limit.h
server_port.cpp
server_port.h
server_session.cpp
server_session.h
session.cpp
session.h
shared_memory.cpp
shared_memory.h
svc_wrap.h SVC: Fixed WaitSynchronization with multiple handles when at least one of them is ready. 2018-01-09 11:53:50 -05:00
svc.cpp SVC: Implemented CancelSynchronization. 2018-01-09 15:02:04 -05:00
svc.h kernel: Rename Semaphore to ConditionVariable. 2018-01-08 21:41:37 -05:00
sync_object.h
thread.cpp Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. 2018-01-08 21:12:49 -05:00
thread.h Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. 2018-01-08 21:12:49 -05:00
timer.cpp CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119) 2018-01-08 19:10:25 -05:00
timer.h
vm_manager.cpp vm_manager: Stub out a bunch of interfaces used by svcGetInfo. 2018-01-01 15:59:31 -05:00
vm_manager.h vm_manager: Use a more reasonable MAX_ADDRESS size. 2018-01-02 21:37:56 -05:00
wait_object.cpp Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback. 2018-01-08 21:12:49 -05:00
wait_object.h wait_object: Refactor to allow waking up a single thread. 2018-01-07 16:33:41 -05:00