You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
7 years ago
..
audio_core EffectOutStatus padding is now in hex 7 years ago
common common: Add function for checking word alignment to alignment.h 7 years ago
core kernel/process: Make the handle table per-process 7 years ago
input_common Port #4141 from citra: Joystick hotplug support (#1275) 7 years ago
tests kernel/thread: Use a regular pointer for the owner/current process 7 years ago
video_core gl_shader_decompiler: Move position varying declaration back to gl_shader_gen 7 years ago
web_service web_backend: Make Client use the PImpl idiom 7 years ago
yuzu kernel/process: Make the handle table per-process 7 years ago
yuzu_cmd config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. 7 years ago
.clang-format
CMakeLists.txt Port web_service from Citra 7 years ago