yuzu/src
Lioncash 555cd26ec2 core/hle/kernel: Make Mutex a per-process class.
Makes it an instantiable class like it is in the actual kernel. This
will also allow removing reliance on global accessors in a following
change, now that we can encapsulate a reference to the system instance
in the class.
2019-03-14 20:55:52 -04:00
..
audio_core audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 2019-03-09 18:06:23 -05:00
common Merge pull request #2147 from ReinUsesLisp/texture-clean 2019-03-10 17:28:36 -04:00
core core/hle/kernel: Make Mutex a per-process class. 2019-03-14 20:55:52 -04:00
input_common fixup! Joystick: Allow for background events; Add deadzone to SDLAnalog 2019-03-02 19:12:46 +01:00
tests kernel: Make the address arbiter instance per-process 2019-03-07 23:27:51 -05:00
video_core Merge pull request #2216 from ReinUsesLisp/rasterizer-system 2019-03-14 16:37:05 -04:00
web_service web_service: Remove unnecessary inclusions 2019-03-02 14:58:49 -05:00
yuzu Merge pull request #2187 from FearlessTobi/port-sdl-things 2019-03-13 11:46:57 -04:00
yuzu_cmd Merge pull request #2187 from FearlessTobi/port-sdl-things 2019-03-13 11:46:57 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt Port web_service from Citra 2018-10-02 15:30:48 +02:00