Merge pull request #2970 from raven02/patch-5
Assign HW select button on X360 to "SELECT" button
This commit is contained in:
commit
c68f5f78fb
5 changed files with 13 additions and 17 deletions
|
@ -1010,9 +1010,6 @@ namespace MainWindow
|
|||
g_Config.SSAntiAliasing = !g_Config.SSAntiAliasing;
|
||||
ResizeDisplay(true);
|
||||
break;
|
||||
case ID_OPTIONS_CONTROLS:
|
||||
MessageBox(hWnd, "Control mapping has been moved to the in-window Settings menu.\n", "Sorry", 0);
|
||||
break;
|
||||
|
||||
case ID_EMULATION_SOUND:
|
||||
g_Config.bEnableSound = !g_Config.bEnableSound;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue