mirror of https://github.com/yuzu-mirror/yuzu
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.
- In `SetCurrentThreadName`, when on Linux, truncate to 15 bytes, as (at least on glibc) `pthread_set_name_np` will otherwise return `ERANGE` and do nothing. - Also, add logging in case `pthread_set_name_np` returns an error anyway. This is Linux-specific, as the Apple and BSD versions of `pthread_set_name_np return `void`. - Change the name for CPU threads in multi-core mode from "yuzu:CoreCPUThread_N" (19 bytes) to "yuzu:CPUCore_N" (14 bytes) so it fits into the Linux limit. Some other thread names are also cut off, but I didn't bother addressing them as you can guess them from the truncated versions. For a CPU thread, truncation means you can't see which core it is! |
5 years ago | |
---|---|---|
.. | ||
audio_core | 5 years ago | |
common | 5 years ago | |
core | 5 years ago | |
input_common | 5 years ago | |
tests | 5 years ago | |
video_core | 5 years ago | |
web_service | ||
yuzu | 5 years ago | |
yuzu_cmd | ||
yuzu_tester | ||
.clang-format | ||
CMakeLists.txt | 5 years ago |