suyu/src
Johannes Ekberg d7ad14ae20 Use -pthread where and only where needed
Passing -pthread to GCC as a flag makes it both link to libpthread, and make C standard library routines reentrant. This makes the additional explicit links unnecessary.

Additionally, on OSX, this is the default behavior, and clang will print a message about it being unused if it's present there.
2015-01-09 15:50:46 +01:00
..
assets Add citra icon to Windows executable and title bar 2014-12-31 00:38:03 -05:00
citra Use -pthread where and only where needed 2015-01-09 15:50:46 +01:00
citra_qt Use -pthread where and only where needed 2015-01-09 15:50:46 +01:00
common Merge pull request #431 from yuriks/thread-queue-cleanup 2015-01-07 17:58:31 -05:00
core Merge pull request #255 from Subv/cbranch_3 2015-01-08 22:38:33 -05:00
video_core GSP: Toggle active framebuffer each frame 2015-01-07 18:06:00 -05:00
CMakeLists.txt CMake cleanup 2014-09-01 18:06:30 -03:00