mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -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:
@ -483,6 +483,13 @@ void HotkeyScheduler::Run()
|
||||
ShowEmulationSpeed();
|
||||
}
|
||||
|
||||
// USB Device Emulation
|
||||
if (IsHotkey(HK_SKYLANDERS_PORTAL))
|
||||
emit SkylandersPortalHotkey();
|
||||
|
||||
if (IsHotkey(HK_INFINITY_BASE))
|
||||
emit InfinityBaseHotkey();
|
||||
|
||||
// Slot Saving / Loading
|
||||
if (IsHotkey(HK_SAVE_STATE_SLOT_SELECTED))
|
||||
emit StateSaveSlotHotkey();
|
||||
|
Reference in New Issue
Block a user