mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-10 10:02:00 -04: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.