yuzu/src
Lioncash 70c6506a7e src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags
The C++ standard allows constexpr variables declared with the extern
keyword to have external linkage. Previously MSVC wasn't abiding by
this. This just makes the compiler more standards compliant during
builds.

Given we currently don't make use of anything that would break by this,
this is safe to enable.
2019-05-07 14:06:22 -04:00
..
audio_core core/core_timing: Make callback parameters consistent 2019-03-24 18:12:17 -04:00
common common/{lz4_compression, zstd_compression}: Add missing header guards 2019-04-15 13:00:08 -04:00
core loader/nso: Remove left-in debug pragma 2019-04-30 22:55:53 -04:00
input_common general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
tests kernel: Handle page table switching within MakeCurrentProcess() 2019-04-07 01:12:54 -04:00
video_core Merge pull request #2100 from FreddyFunk/disk-cache-precompiled-file 2019-04-30 19:24:01 -04:00
web_service general: Use deducation guides for std::lock_guard and std::unique_lock 2019-04-01 12:53:47 -04:00
yuzu Merge pull request #2416 from lioncash/wait 2019-04-24 22:56:08 -04:00
yuzu_cmd Merge pull request #2424 from FernandoS27/compat 2019-04-24 22:54:27 -04:00
.clang-format Remove special rules for Windows.h and library includes 2016-09-21 00:16:33 -07:00
CMakeLists.txt src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags 2019-05-07 14:06:22 -04:00