Allow setting different profiles for different controllers, and automatically use the appropriate profile directory.

This commit is contained in:
Rachel Bryk
2013-01-09 15:03:43 -05:00
parent b8691df723
commit e32b1526b3
6 changed files with 44 additions and 23 deletions

View File

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