mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Changed the hotkeys to 1 and 2. Message in GUI changed to reflect this.
This commit is contained in:
@ -1150,10 +1150,10 @@ void CFrame::OnKeyDown(wxKeyEvent& event)
|
||||
static float debugSpeed = 1.0f;
|
||||
switch (event.GetKeyCode())
|
||||
{
|
||||
case '(':
|
||||
case '1':
|
||||
debugSpeed /= 2.0f;
|
||||
break;
|
||||
case ')':
|
||||
case '2':
|
||||
debugSpeed *= 2.0f;
|
||||
break;
|
||||
case 'W':
|
||||
|
Reference in New Issue
Block a user