mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Allow loading controller profiles from game ini.
Currently loads the same profile for all 4 controllers, and overwrites the default control settings.
This commit is contained in:
@ -42,7 +42,7 @@ public:
|
||||
|
||||
~InputPlugin();
|
||||
|
||||
bool LoadConfig();
|
||||
bool LoadConfig(std::string ini);
|
||||
void SaveConfig();
|
||||
|
||||
std::vector< ControllerEmu* > controllers;
|
||||
|
Reference in New Issue
Block a user