yuzu/src
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
..
audio_core EffectOutStatus padding is now in hex 2018-10-09 11:20:54 +11:00
common common: Add function for checking word alignment to alignment.h 2018-10-18 12:58:27 -04:00
core kernel/process: Make the handle table per-process 2018-10-20 16:38:32 -04:00
input_common Port #4141 from citra: Joystick hotplug support (#1275) 2018-09-10 21:29:59 -04:00
tests kernel/thread: Use a regular pointer for the owner/current process 2018-10-10 02:04:55 -04:00
video_core gl_shader_decompiler: Move position varying declaration back to gl_shader_gen 2018-10-20 02:19:30 -03:00
web_service web_backend: Make Client use the PImpl idiom 2018-10-10 22:29:35 -04:00
yuzu kernel/process: Make the handle table per-process 2018-10-20 16:38:32 -04:00
yuzu_cmd config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. 2018-10-16 17:02:29 -04:00
.clang-format
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00