dolphin/Source/Core
Lioncash 7bc2bbc508 DataReader: Make use of if constexpr where applicable
We can make use of if constexpr for cases where booleans will always
statically be known at compile-time.
2020-10-20 08:42:32 -04:00
..
AudioCommon CMake: Fix build errors exposed by making common dependent on fmt 2020-10-19 14:36:09 +02:00
Common Merge pull request #8318 from iwubcode/dynamic_input_textures 2020-10-20 02:10:29 +02:00
Core Merge pull request #9142 from jordan-woyak/expose-fov 2020-10-20 14:32:02 +02:00
DiscIO DiscIO: Make WiiEncryptionCache moveable 2020-10-20 11:33:38 +02:00
DolphinNoGUI Clean up screen saver inhibition and apply setting change immediately. 2020-10-18 16:31:48 -05:00
DolphinQt Merge pull request #8318 from iwubcode/dynamic_input_textures 2020-10-20 02:10:29 +02:00
InputCommon Merge pull request #9142 from jordan-woyak/expose-fov 2020-10-20 14:32:02 +02:00
MacUpdater
UICommon Merge pull request #9146 from JosJuice/android-disable-cover-download 2020-10-20 13:31:01 +02:00
UpdaterCommon msbuild: re-enable standalone vcxproj processing 2020-08-22 16:17:50 -07:00
VideoBackends Vulkan: Use VK_LAYER_KHRONOS_validation for validation 2020-10-01 17:21:46 +10:00
VideoCommon DataReader: Make use of if constexpr where applicable 2020-10-20 08:42:32 -04:00
WinUpdater DolphinQt: Handle non-ASCII characters in Windows cmd arguments 2020-09-21 17:26:29 +02:00
CMakeLists.txt