2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/core/hle
Yuri Kunde Schlesner e626a520ca HLE: Move SessionRequestHandler from Service:: to Kernel::
Most of the code that works with this is or will be in the kernel, so
it's a more appropriate place for it to be.
2017-06-05 23:40:11 -07:00
..
applets Remove some unnecessary inclusions of video_core.h 2017-05-27 18:41:24 -07:00
kernel HLE: Move SessionRequestHandler from Service:: to Kernel:: 2017-06-05 23:40:11 -07:00
service HLE: Move SessionRequestHandler from Service:: to Kernel:: 2017-06-05 23:40:11 -07:00
config_mem.cpp Core: update Kernel Config Memory to latest version (11.2) 2017-01-30 11:29:00 +03:00
config_mem.h
function_wrappers.h Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
ipc.h Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
ipc_helpers.h Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
result.h Kernel: Centralize error definitions in errors.h 2017-05-24 21:06:00 -07:00
shared_page.cpp shared_page: stub battery state 2017-03-21 13:25:56 +02:00
shared_page.h shared_page: stub battery state 2017-03-21 13:25:56 +02:00
svc.cpp Kernel: Move HandleTable to a separate file 2017-05-29 17:34:39 -07:00
svc.h