citra/src
Jan Beich 702439b519 core: some errno values are uncommon on Unix
src/core/hle/service/soc_u.cpp:107:6: error: 'ENODATA' was not declared in this scope
     {ENODATA, 43},
      ^
src/core/hle/service/soc_u.cpp:117:6: error: 'ENOSR' was not declared in this scope
     {ENOSR, 53},
      ^
src/core/hle/service/soc_u.cpp:118:6: error: 'ENOSTR' was not declared in this scope
     {ENOSTR, 54},
      ^
src/core/hle/service/soc_u.cpp:139:6: error: 'ETIME' was not declared in this scope
     {ETIME, 75},
      ^
2016-10-27 23:28:30 +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: use system bswap* functions on more BSDs 2016-10-27 23:28:30 +00:00
core core: some errno values are uncommon on Unix 2016-10-27 23:28:30 +00: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