1
0
Fork 0
forked from suyu/suyu
suyu/src
Lioncash 205e6d3b97 kernel/svc: Simplify thread core ID sanitizing in CreateThread
Rather than use a switch here, this can be collapsed into a simple range
check, which is a little easier on the eyes.
2018-12-30 20:59:54 -05:00
..
audio_core audio_core: Convert LOG_CRITICAL + UNREACHABLE over to UNIMPLEMENTED/UNIMPLEMENTED_MSG 2018-12-28 14:13:58 -05:00
common Merge pull request #1928 from lioncash/caps 2018-12-27 11:15:34 -05:00
core kernel/svc: Simplify thread core ID sanitizing in CreateThread 2018-12-30 20:59:54 -05:00
input_common
tests
video_core gpu: Remove PixelFormat G8R8U and G8R8S, as they do not seem to exist. 2018-12-28 15:36:45 -05:00
web_service
yuzu kernel: Rename 'default' CPU core to 'ideal' core 2018-12-27 21:48:49 -05:00
yuzu_cmd qt: Add Properties menu to game list right-click 2018-12-04 13:34:50 -05:00
.clang-format
CMakeLists.txt