eden/src/core/hle/kernel
2018-01-16 18:50:23 -05:00
..
address_arbiter.cpp
address_arbiter.h
client_port.cpp
client_port.h
client_session.cpp
client_session.h
condition_variable.cpp yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
condition_variable.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
domain.cpp yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
domain.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
errors.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
event.cpp
event.h
handle_table.cpp
handle_table.h
hle_ipc.cpp yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
hle_ipc.h IPC: Push domain objects as move handles when not in a domain. 2018-01-16 18:42:08 -05:00
kernel.cpp
kernel.h clang-format 2018-01-16 18:05:21 +00:00
memory.cpp clang-format 2018-01-16 18:05:21 +00:00
memory.h
mutex.cpp
mutex.h clang-format 2018-01-16 18:05:21 +00:00
object_address_table.cpp yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
object_address_table.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
process.cpp
process.h Added more svcGetInfo pairs 2018-01-16 14:06:45 -08:00
resource_limit.cpp
resource_limit.h
server_port.cpp
server_port.h
server_session.cpp
server_session.h
session.cpp
session.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
shared_memory.cpp shared_memory: Minor fixes and cleanup. 2018-01-14 17:20:55 -05:00
shared_memory.h
svc.cpp SVC: Correct some return values in svcGetInfo and added TitleId and PrivilegedProcessId stubs. 2018-01-16 18:50:23 -05:00
svc.h SVC: Add 4.0.0+ comment to GetInfoType enum values. 2018-01-16 18:44:39 -05:00
svc_wrap.h svc: Implement svcMapSharedMemory. 2018-01-14 17:20:55 -05:00
sync_object.h yuzu: Update license text to be consistent across project. 2018-01-13 16:22:39 -05:00
thread.cpp
thread.h
timer.cpp
timer.h
vm_manager.cpp Merge pull request #52 from ogniK5377/fsp 2018-01-16 18:27:48 -05:00
vm_manager.h
wait_object.cpp
wait_object.h