mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fixes Issue 2085
Fixes Issue 2042 Fixes Issue 1982 git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4912 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -260,9 +260,11 @@ void PADConfigDialognJoy::DoSave(bool ChangePad, int Slot)
|
||||
for(int i = 0; i < 4; i++)
|
||||
SaveButtonMapping(i, true);
|
||||
|
||||
g_Config.Save(Slot);
|
||||
// Now we can update the ID
|
||||
PadMapping[notebookpage].ID = m_Joyname[notebookpage]->GetSelection();
|
||||
PadState[notebookpage].joy = joyinfo.at(PadMapping[notebookpage].ID).joy;
|
||||
|
||||
g_Config.Save(Slot);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user