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
bunnei 1c792389e6 Merge pull request #2408 from Subv/priority_boosting
Kernel: Removed the priority boost code for starved threads.
2017-01-06 00:40:39 -05:00
..
applets Add all services to the Service namespace 2016-12-11 00:07:27 +00:00
kernel Merge pull request #2408 from Subv/priority_boosting 2017-01-06 00:40:39 -05:00
service Fix some warnings (#2399) 2017-01-04 13:48:29 -03:00
config_mem.cpp
config_mem.h
function_wrappers.h core: Replace "AppCore" nomenclature with just "CPU". 2016-12-22 00:27:46 -05:00
ipc.h Fixed the codestyle to match our clang-format rules. 2016-12-14 12:45:36 -05:00
result.h Merge pull request #2249 from Subv/sessions_v3 2016-12-14 20:35:33 -08:00
shared_page.cpp
shared_page.h
svc.cpp Kernel: Remove Thread::wait_objects_index and use wait_objects to hold all the objects that a thread is waiting on. 2017-01-05 09:40:14 -05:00
svc.h