mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Fix order of some hotkeys
This commit is contained in:
@ -68,8 +68,8 @@ const std::string hotkey_labels[] =
|
||||
_trans("Connect Wiimote 4"),
|
||||
_trans("Connect Balance Board"),
|
||||
|
||||
_trans("Volume Up"),
|
||||
_trans("Volume Down"),
|
||||
_trans("Volume Up"),
|
||||
_trans("Volume Toggle Mute"),
|
||||
|
||||
_trans("Toggle IR"),
|
||||
@ -77,8 +77,8 @@ const std::string hotkey_labels[] =
|
||||
_trans("Toggle EFB Copies"),
|
||||
_trans("Toggle Fog"),
|
||||
_trans("Toggle Frame limit"),
|
||||
_trans("Increase Frame limit"),
|
||||
_trans("Decrease Frame limit"),
|
||||
_trans("Increase Frame limit"),
|
||||
|
||||
_trans("Freelook Decrease Speed"),
|
||||
_trans("Freelook Increase Speed"),
|
||||
@ -91,10 +91,10 @@ const std::string hotkey_labels[] =
|
||||
_trans("Freelook Zoom Out"),
|
||||
_trans("Freelook Reset"),
|
||||
|
||||
_trans("Increase Depth"),
|
||||
_trans("Decrease Depth"),
|
||||
_trans("Increase Convergence"),
|
||||
_trans("Increase Depth"),
|
||||
_trans("Decrease Convergence"),
|
||||
_trans("Increase Convergence"),
|
||||
|
||||
_trans("Load State Slot 1"),
|
||||
_trans("Load State Slot 2"),
|
||||
|
Reference in New Issue
Block a user