yuzu-android/src/yuzu/debugger
Lioncash 90a981a03a kernel/process: Make the handle table per-process
In the kernel, there isn't a singular handle table that everything gets
tossed into or used, rather, each process gets its own handle table that
it uses. This currently isn't an issue for us, since we only execute one
process at the moment, but we may as well get this out of the way so
it's not a headache later on.
2018-10-20 16:38:32 -04:00
..
graphics Propagate depth and depth_block on modules using decoders 2018-10-13 15:25:18 -04:00
console.cpp
console.h
profiler.cpp
profiler.h
wait_tree.cpp kernel/process: Make the handle table per-process 2018-10-20 16:38:32 -04:00
wait_tree.h core/core: Replace includes with forward declarations where applicable 2018-08-31 16:30:14 -04:00