dolphin/Source/Core
Jonathan Hamilton d2d355bb50 Buildfix for X11 where HAVE_XRANDR is disabled
The "X.h" header *just* contains protocol constants, not functions or
typedefs - so stuff like "Display" and "Window" are not defined unless
you include "Xlib.h".

"Xrandr.h" happens to include "Xlib.h" itself, so enabling xrandr
effectively worked around this issue.
2017-09-09 11:49:20 -07:00
..
AudioCommon Remove NonCopyable 2017-08-22 16:40:34 +02:00
Common JitArm64: Reimplement aarch64 cycle counters. 2017-09-02 13:24:37 +02:00
Core Merge pull request #5923 from degasus/profiler 2017-09-08 18:20:35 +10:00
DiscIO DiscIO: Fix TMD extraction 2017-08-25 17:31:50 +02:00
DolphinNoGUI DolphinWX: Add a progress dialog host command 2017-07-30 12:38:48 +10:00
DolphinQt2 Merge pull request #6035 from leoetlino/warning-fixes 2017-09-08 09:17:31 +02:00
DolphinWX DolphinWX: Enable branch following in the JIT debug interface. 2017-09-02 13:05:58 +02:00
InputCommon Implement GamePAd and MultiAxisController detection 2017-08-24 00:31:59 -04:00
UICommon Buildfix for X11 where HAVE_XRANDR is disabled 2017-09-09 11:49:20 -07:00
VideoBackends Vulkan: Extend the NVIDIA MSAA bug to render-pass based clears 2017-09-07 17:05:43 +10:00
VideoCommon Vulkan: Extend the NVIDIA MSAA bug to render-pass based clears 2017-09-07 17:05:43 +10:00
CMakeLists.txt