dolphin-emulator/Source/Core
JosJuice bd5da5cfd6 Handle both the XSI and GNU versions of strerror_r
Trying to force the XSI version by undefining _GNU_SOURCE can lead
to compilation errors on some systems because of headers expecting
that _GNU_SOURCE is defined.

This commit uses define checks to detect which version we have.
I tried making an overloaded function (int and const char*) instead,
but that led to a warning about one of the variants being unused.
2017-12-18 22:09:02 +01:00
..
AudioCommon Fix DTK audio not working after loading a savestate 2017-11-06 09:15:14 +01:00
Common Handle both the XSI and GNU versions of strerror_r 2017-12-18 22:09:02 +01:00
Core Merge pull request #6166 from ligfx/invokedeviceschangedcallbacks 2017-12-15 21:05:17 +01:00
DiscIO WiiSaveBanner: Resolve a -Wreorder warning 2017-12-03 18:34:49 -05:00
DolphinNoGUI Exit on Esc, pause on F10 2017-11-11 12:51:54 -02:00
DolphinQt2 Merge pull request #6210 from ligfx/qtmappingwindowdontstoredevq 2017-12-15 20:50:06 +01:00
DolphinWX Merge pull request #6226 from aldelaro5/add-xer-debugger 2017-12-15 20:49:24 +01:00
InputCommon Merge pull request #6166 from ligfx/invokedeviceschangedcallbacks 2017-12-15 21:05:17 +01:00
UICommon Config: Handle unknown system strings better 2017-11-26 18:24:01 +01:00
VideoBackends OGL: Fix incorrect usage of glGetTextureSubImage 2017-12-10 15:31:14 +10:00
VideoCommon Fix GLES GPU texture conversion shader 2017-12-12 22:01:10 +00:00
CMakeLists.txt