yuzu/src/input_common
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
..
drivers [input_common] Move variable declaration closer to usage 2021-12-17 20:51:47 +02:00
helpers [input_common] Add completion test for CalibrationConfigurationJob 2021-11-29 16:33:12 +02:00
CMakeLists.txt input_common: Remove obsolete files 2021-11-24 20:30:23 -06:00
input_engine.cpp kraken: Address comments from review 2021-11-24 20:30:28 -06:00
input_engine.h input_common: Move button names to the frontend 2021-11-24 20:30:28 -06:00
input_mapping.cpp input_common: Fully implement UDP controllers 2021-11-26 15:46:36 -06:00
input_mapping.h input_common: Allow keyboard to be backwards compatible 2021-11-24 20:30:28 -06:00
input_poller.cpp input_common: Fix SDL controller with inverted axis 2021-11-24 20:30:28 -06:00
input_poller.h kraken: Address comments from review 2021-11-24 20:30:26 -06:00
main.cpp input_common: Fully implement UDP controllers 2021-11-26 15:46:36 -06:00
main.h input_common: Move button names to the frontend 2021-11-24 20:30:28 -06:00