dolphin/Source/Core
Techjar ac9b246809 Core/UICommon: Fix EnableScreenSaver preprocessor directive
The include for X11Utils.h (and by extension Xlib.h) is gated behind
HAVE_XRANDR, as well as the declaration for this function, but its
definition was mistakenly gated behind HAVE_X11. Therefore, if we have
X11 but not Xrandr, the build will fail due to declaration/definition
mismatch and the missing Window type.
2020-05-13 02:11:29 -04:00
..
AudioCommon Externals: Fix OpenAL include directory. 2020-04-29 13:07:51 +02:00
Common Debugger: Add a Thread widget 2020-05-03 20:48:30 +04:00
Core Jit: fix warning -Winvalid-offsetof 2020-05-04 18:26:56 +02:00
DiscIO DiscIO: Implement multithreaded compression 2020-05-06 14:18:51 +02:00
DolphinNoGUI Remove unused function Host_UpdateProgressDialog 2020-04-03 12:53:38 +02:00
DolphinQt Merge pull request #8744 from cristian64/save_restore_netplay_browser_settings 2020-05-04 00:50:26 +02:00
InputCommon Merge pull request #8795 from WamWooWam/master 2020-05-10 19:16:15 +10:00
MacUpdater Reformat repo to clang-format 7.0 rules 2019-05-06 18:48:04 +00:00
UICommon Core/UICommon: Fix EnableScreenSaver preprocessor directive 2020-05-13 02:11:29 -04:00
UpdaterCommon Fix windows build system. 2020-04-29 12:56:52 +02:00
VideoBackends Fix windows build system. 2020-04-29 12:56:52 +02:00
VideoCommon Fix Windows CMake build errors 2020-05-03 14:10:24 +02:00
WinUpdater Add an ARM64 target to Visual Studio projects 2019-12-28 19:20:41 +10:00
CMakeLists.txt WinUpdater: Add CMakeLists.txt 2019-05-08 23:59:04 +02:00