citra/src
Jan Beich 8ce1ec7ffa common: only FreeBSD has thread affinity compatible with Linux
src/common/thread.cpp:90:5: error: unknown type name 'cpu_set_t'; did you mean 'cpuset_t'?
    cpu_set_t cpu_set;
    ^~~~~~~~~
    cpuset_t
/usr/include/sys/_cpuset.h:48:24: note: 'cpuset_t' declared here
typedef struct _cpuset cpuset_t;
                       ^
1 error generated.
2016-10-27 23:28:29 +00:00
..
audio_core Fix typos 2016-10-20 12:26:59 -02:00
citra Use negative priorities to avoid special-casing the self-include 2016-09-21 00:15:56 -07:00
citra_qt Fix typos 2016-10-20 12:26:59 -02:00
common common: only FreeBSD has thread affinity compatible with Linux 2016-10-27 23:28:29 +00:00
core FRD: fix GetMyFriendKey 2016-10-25 09:54:29 +03:00
tests Tests: Run tests on CI 2016-05-19 19:28:08 +01:00
video_core Fix typos 2016-10-20 12:26:59 -02:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt tests: Infrastructure for unit tests 2016-05-19 08:38:03 +01:00