mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-26 20:20:51 -07:00
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.