1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 196cc82913 yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor
We already have the thread instance that was created under the current
process, so we can just pass the handle table of it along to retrieve
the owner of the mutex.
2019-03-05 21:52:21 -05:00
..
audio_core audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling cubeb_init 2019-02-27 16:14:53 -05:00
common logging/backend: Make time_origin a class variable instead of a local static 2019-03-02 14:44:24 -05:00
core Memory: don't lock hle mutex in memory read/write 2019-03-02 15:20:05 +01:00
input_common common/math_util: Move contents into the Common namespace 2019-02-27 03:38:39 -05:00
tests core_timing: Convert core timing into a class 2019-02-15 21:50:25 -05:00
video_core Merge pull request #2165 from ReinUsesLisp/unbind-tex 2019-03-04 13:51:59 -05:00
web_service web_service: Remove unnecessary inclusions 2019-03-02 14:58:49 -05:00
yuzu yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor 2019-03-05 21:52:21 -05:00
yuzu_cmd gl_shader_cache: Link loading screen with disk shader cache load 2019-02-06 22:23:40 -03:00
.clang-format
CMakeLists.txt