yuzu-mirror/src/citra
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 +07:00
..
emu_window License change 2014-12-20 21:20:24 +07:00
CMakeLists.txt Use -pthread where and only where needed 2015-01-09 15:50:46 +07:00
citra.cpp Frontends: Shutdown core when emulation is stopped 2015-01-04 01:04:46 +07:00
citra.rc Add citra icon to Windows executable and title bar 2014-12-31 00:38:03 +07:00
config.cpp GPU: Implement frameskip and remove forced framebuffer swap hack. 2014-12-28 22:14:05 +07:00
config.h License change 2014-12-20 21:20:24 +07:00
default_ini.h Core: Change default CPU to dyncom. 2015-01-02 22:33:53 +07:00
resource.h renamed from citrus to citra 2013-09-26 17:34:48 +07:00