mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Changed the hotkeys to 1 and 2. Message in GUI changed to reflect this.
This commit is contained in:
parent
5394967e03
commit
92d4e38267
2 changed files with 3 additions and 3 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue