yuzu/src/core/hle/kernel
2018-01-20 16:45:11 -07:00
..
address_arbiter.cpp
address_arbiter.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_port.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_port.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_session.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
client_session.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
condition_variable.cpp Fixes some cast warnings, partial port of citra #3064 (#106) 2018-01-19 18:01:41 -05:00
condition_variable.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
domain.cpp ipc: Implement domain command CloseVirtualHandle. 2018-01-17 01:20:10 -05:00
domain.h
errors.h
event.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
event.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
handle_table.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
handle_table.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
hle_ipc.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
hle_ipc.h Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc (#96) 2018-01-18 14:54:34 -05:00
kernel.cpp
kernel.h
memory.cpp
memory.h
mutex.cpp
mutex.h
object_address_table.cpp
object_address_table.h
process.cpp
process.h
resource_limit.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
resource_limit.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
server_port.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
server_port.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
server_session.cpp
server_session.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
session.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
session.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
shared_memory.cpp
shared_memory.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
svc_wrap.h Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113) 2018-01-19 19:35:25 -05:00
svc.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
svc.h svc: Add additional fields to MemoryInfo struct. 2018-01-18 23:37:54 -05:00
sync_object.h
thread.cpp
thread.h
timer.cpp Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
timer.h Format: Run the new clang format on everything 2018-01-20 16:45:11 -07:00
vm_manager.cpp svc: Fix svcGetInfo MapRegionBaseAddr. 2018-01-18 23:44:15 -05:00
vm_manager.h svc: Fix svcGetInfo MapRegionBaseAddr. 2018-01-18 23:44:15 -05:00
wait_object.cpp
wait_object.h