Merge pull request #2970 from raven02/patch-5

Assign HW select button on X360 to "SELECT" button
This commit is contained in:
Henrik Rydgård 2013-07-29 09:32:05 -07:00
commit c68f5f78fb
5 changed files with 13 additions and 17 deletions

View file

@ -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;