forked from dolphin-emu/dolphin
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