mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-30 23:12:40 +00:00
Input: Add cycling between game specific profiles
This commit is contained in:
parent
3969bf6d1c
commit
485285eadc
7 changed files with 107 additions and 3 deletions
|
@ -69,8 +69,10 @@ constexpr std::array<const char*, 114> s_hotkey_labels{{
|
|||
_trans("Connect Wii Remote 4"),
|
||||
_trans("Connect Balance Board"),
|
||||
|
||||
_trans("Next Wii Remote Profile"),
|
||||
_trans("Previous Wii Remote Profile"),
|
||||
_trans("Next Wii Remote Profile"),
|
||||
_trans("Previous Wii Remote Profile"),
|
||||
_trans("Next Wii Remote Profile For Current Game"),
|
||||
_trans("Previous Wii Remote Profile For Current Game"),
|
||||
|
||||
_trans("Toggle Crop"),
|
||||
_trans("Toggle Aspect Ratio"),
|
||||
|
@ -258,7 +260,7 @@ constexpr std::array<HotkeyGroupInfo, NUM_HOTKEY_GROUPS> s_groups_info = {
|
|||
{_trans("Program Counter"), HK_SHOW_PC, HK_SET_PC},
|
||||
{_trans("Breakpoint"), HK_BP_TOGGLE, HK_MBP_ADD},
|
||||
{_trans("Wii"), HK_TRIGGER_SYNC_BUTTON, HK_BALANCEBOARD_CONNECT},
|
||||
{_trans("Controller Profile"), HK_NEXT_WIIMOTE_PROFILE, HK_PREV_WIIMOTE_PROFILE},
|
||||
{_trans("Controller Profile"), HK_NEXT_WIIMOTE_PROFILE, HK_PREV_GAME_WIIMOTE_PROFILE},
|
||||
{_trans("Graphics Toggles"), HK_TOGGLE_CROP, HK_TOGGLE_TEXTURES},
|
||||
{_trans("Internal Resolution"), HK_INCREASE_IR, HK_DECREASE_IR},
|
||||
{_trans("Freelook"), HK_FREELOOK_DECREASE_SPEED, HK_FREELOOK_RESET},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue