suyu/src
vperus 11f4bf8a9a [input_common] Move variable declaration closer to usage
MSVC supplied with VS2022 generates "warning C4189: 'CALIBRATION_THRESHOLD':
local variable is initialized but not referenced" which is treated as an
error.

Circumvent it by moving constexpr variable directly into body of lambda function.
2021-12-17 20:51:47 +02:00
..
audio_core common/logging: Move Log::Entry declaration to a separate header 2021-10-01 20:48:49 -04:00
common settings: Add debug setting to enable all controllers 2021-11-27 20:24:37 -06:00
core Merge pull request #7438 from german77/homebrew2 2021-11-28 00:54:48 -08:00
input_common [input_common] Move variable declaration closer to usage 2021-12-17 20:51:47 +02:00
shader_recompiler ShaderCache: Better fix for Shuffling gl_FragCoord 2021-11-16 22:11:33 +01:00
tests [input_common] Add completion test for CalibrationConfigurationJob 2021-11-29 16:33:12 +02:00
video_core Merge pull request #7396 from FernandoS27/blit-this-mf 2021-11-28 12:16:31 +01:00
web_service web_service: Silence -Wmaybe-uninitialized on httplib.h 2021-07-12 03:30:45 -03:00
yuzu settings: Add debug setting to enable all controllers 2021-11-27 20:24:37 -06:00
yuzu_cmd core/hid: Fully implement native mouse 2021-11-24 20:30:28 -06:00
.clang-format
CMakeLists.txt CMakeLists: Document the /GT compile option 2021-10-28 20:43:46 -04:00