yuzu/src/core/hle/kernel
Yuri Kunde Schlesner e321decf98 Remove SyncRequest from K::Object and create a new K::Session type
This is a first step at fixing the conceptual insanity that is our
handling of service and IPC calls. For now, interfaces still directly
derived from Session because we don't have the infrastructure to do it
properly. (That is, Processes and scheduling them.)
2014-12-15 18:26:17 -02:00
..
address_arbiter.cpp
address_arbiter.h
archive.cpp
archive.h
event.cpp
event.h
kernel.cpp
kernel.h
mutex.cpp
mutex.h
semaphore.cpp
semaphore.h
session.h
shared_memory.cpp
shared_memory.h
thread.cpp
thread.h