mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-02 22:34:50 +02: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.