mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
HotkeyManager: Add hotkeys for freelook field-of-view x and y
This commit is contained in:
@ -111,6 +111,10 @@ enum Hotkey
|
||||
HK_FREELOOK_ZOOM_OUT,
|
||||
HK_FREELOOK_RESET,
|
||||
HK_FREELOOK_TOGGLE,
|
||||
HK_FREELOOK_INCREASE_FOV_X,
|
||||
HK_FREELOOK_DECREASE_FOV_X,
|
||||
HK_FREELOOK_INCREASE_FOV_Y,
|
||||
HK_FREELOOK_DECREASE_FOV_Y,
|
||||
|
||||
HK_TOGGLE_STEREO_SBS,
|
||||
HK_TOGGLE_STEREO_TAB,
|
||||
|
Reference in New Issue
Block a user