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:
Rachel Bryk
2013-01-08 19:15:11 -05:00
parent 4f4aa4860d
commit b8691df723
6 changed files with 25 additions and 8 deletions

View File

@ -42,7 +42,7 @@ public:
~InputPlugin();
bool LoadConfig();
bool LoadConfig(std::string ini);
void SaveConfig();
std::vector< ControllerEmu* > controllers;