1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 42b5158c96 mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference
The pointed to thread's members are simply observed in this case, so we
don't need to copy it here.
2018-07-23 22:54:35 -04:00
..
common string_util: Get rid of separate resize() in CPToUTF16(), UTF16ToUTF8(), CodeToUTF8() and UTF8ToUTF16() 2018-07-22 16:39:21 -04:00
core mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference 2018-07-23 22:54:35 -04:00
input_common
tests arm_test_common: Get rid of truncation warnings 2018-07-20 17:53:53 -04:00
video_core gl_shader_decompiler: Implement shader instruction TLDS. 2018-07-23 22:02:51 -04:00
yuzu Frontend: Check for more required OpenGL extensions during startup. 2018-07-22 12:05:38 -05:00
yuzu_cmd Frontend: Check for more required OpenGL extensions during startup. 2018-07-22 12:05:38 -05:00
.clang-format
CMakeLists.txt