mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-21 01:31:39 +00:00
Allow setting different profiles for different controllers, and automatically use the appropriate profile directory.
This commit is contained in:
parent
b8691df723
commit
e32b1526b3
6 changed files with 44 additions and 23 deletions
|
@ -42,7 +42,7 @@ public:
|
|||
|
||||
~InputPlugin();
|
||||
|
||||
bool LoadConfig(std::string ini);
|
||||
bool LoadConfig(bool isGC);
|
||||
void SaveConfig();
|
||||
|
||||
std::vector< ControllerEmu* > controllers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue