1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-04-17 09:44:08 -05:00
fearlessTobi 71c30a0a89 citra_qt/main: make SPEED_LIMIT_STEP static constexpr
MSVC does not seem to like using constexpr values in a lambda that were declared outside of it.
Previously on MSVC build the hotkeys to inc-/decrease the speed limit were not working correctly because in the lambda the SPEED_LIMIT_STEP had garbage values.
After googling around a bit I found: https://github.com/codeplaysoftware/computecpp-sdk/issues/95 which seems to be a similar issue.
Trying the suggested fix to make the variable static constexpr also fixes the bug here.
2019-03-02 17:43:19 +01:00
..
2019-01-31 23:05:15 -05:00
2018-09-07 11:54:51 +05:30
2018-10-02 15:30:48 +02:00
2018-10-02 15:30:48 +02:00
2018-10-02 15:30:48 +02:00
2018-01-12 19:11:03 -07:00
2018-01-13 23:11:51 +00:00