mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-21 09:44:35 -05:00
All the multiplying and dividing by 100 in controller configs is messy... An attempted solution to the problem was to not multiply default_value by 100 in ControllerEmu::ControlGroup::LoadConfig, but that broke other things instead, so I went with this.