yuzu/src/core/hle/kernel
greggameplayer b16e5c6a81 Add & correct miscellaneous things (#470)
* add some InfoType

* correct OpenApplicationProxy cmd number

* add IDisplayController functions

* fix clang-format

* add more system languages
2018-05-25 22:31:54 -04:00
..
client_port.cpp
client_port.h
client_session.cpp
client_session.h
errors.h
event.cpp
event.h
handle_table.cpp
handle_table.h
hle_ipc.cpp Added RequestWithContext & ControlWithContext 2018-05-17 14:03:52 -07:00
hle_ipc.h
kernel.cpp
kernel.h
memory.cpp
memory.h
mutex.cpp Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex release. 2018-05-20 14:41:58 -05:00
mutex.h
object_address_table.cpp
object_address_table.h
process.cpp
process.h
resource_limit.cpp
resource_limit.h
scheduler.cpp scheduler: Protect scheduling functions with a global mutex. 2018-05-10 19:34:52 -04:00
scheduler.h scheduler: Protect scheduling functions with a global mutex. 2018-05-10 19:34:52 -04:00
server_port.cpp
server_port.h
server_session.cpp Merge pull request #431 from lioncash/fmt 2018-05-02 15:24:41 -04:00
server_session.h
session.cpp
session.h
shared_memory.cpp
shared_memory.h
svc_wrap.h core: Implement multicore support. 2018-05-10 19:34:46 -04:00
svc.cpp Kernel/SVC: Signal the highest priority threads first in svcSignalProcessWideKey. 2018-05-19 16:58:30 -05:00
svc.h Add & correct miscellaneous things (#470) 2018-05-25 22:31:54 -04:00
thread.cpp thread: Rename mask to affinity_masks. 2018-05-10 19:34:53 -04:00
thread.h thread: Rename mask to affinity_masks. 2018-05-10 19:34:53 -04:00
timer.cpp
timer.h
vm_manager.cpp core: Implement multicore support. 2018-05-10 19:34:46 -04:00
vm_manager.h
wait_object.cpp
wait_object.h