mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
Allow setting different profiles for different controllers, and automatically use the appropriate profile directory.
This commit is contained in:
@ -42,7 +42,7 @@ public:
|
||||
|
||||
~InputPlugin();
|
||||
|
||||
bool LoadConfig(std::string ini);
|
||||
bool LoadConfig(bool isGC);
|
||||
void SaveConfig();
|
||||
|
||||
std::vector< ControllerEmu* > controllers;
|
||||
|
Reference in New Issue
Block a user