yuzu/src
lat9nq 6e12eb80a0 yuzu-qt: Call -Wl,--subsystem,windows directly
-mwindows doesn't work with Clang. tpoechtrager/wclang resolves this by
just using MinGW-GCC to link the executable, however this prevents us
from using LLVM-exclusive tools when building yuzu.

Solution is to send the linker argument we need from -mwindows directly
to the linker.
From https://gcc-help.gcc.gnu.narkive.com/FogklN5J/gcc-wl-subsystem-windows-mwindows-options
2022-05-28 04:07:46 -04:00
..
audio_core general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
common path_util: Resolve -Wpointer-bool-conversion warning 2022-05-26 19:01:26 -04:00
core input_common: touch: Rewrite touch driver to support multiple touch points 2022-05-23 11:01:14 -05:00
input_common input_common: touch: Rewrite touch driver to support multiple touch points 2022-05-23 11:01:14 -05:00
shader_recompiler general: Avoid ambiguous format_to compilation errors 2022-05-14 16:48:34 -04:00
tests chore: add missing SPDX tags 2022-04-28 18:24:11 +02:00
video_core Merge pull request #8379 from lat9nq/amd-push-desc-workaround 2022-05-25 13:07:39 -07:00
web_service general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
yuzu yuzu-qt: Call -Wl,--subsystem,windows directly 2022-05-28 04:07:46 -04:00
yuzu_cmd input_common: touch: Rewrite touch driver to support multiple touch points 2022-05-23 11:01:14 -05:00
.clang-format
CMakeLists.txt CMakeLists: Enforce C4505 and C5245 2022-04-07 23:00:04 -04:00