mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Add Hotkeys for Skylanders Portal and Infinity Base Menus
Adds two new hotkeys to open the menus for emulated USB devices- Skylanders Portal of Power and the Infinity Base. (Hotkeys only active when game is running). Portal menu: Default is <Ctrl+P>. Infinity base: Default is <Ctrl+I>
This commit is contained in:
@ -180,6 +180,9 @@ enum Hotkey
|
||||
HK_GBA_3X,
|
||||
HK_GBA_4X,
|
||||
|
||||
HK_SKYLANDERS_PORTAL,
|
||||
HK_INFINITY_BASE,
|
||||
|
||||
NUM_HOTKEYS,
|
||||
};
|
||||
|
||||
@ -211,6 +214,7 @@ enum HotkeyGroup : int
|
||||
HKGP_GBA_CORE,
|
||||
HKGP_GBA_VOLUME,
|
||||
HKGP_GBA_SIZE,
|
||||
HKGP_USB_EMU,
|
||||
|
||||
NUM_HOTKEY_GROUPS,
|
||||
};
|
||||
|
Reference in New Issue
Block a user