mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Add a hotkey for inserting/ejecting the SD card
This commit is contained in:
@ -248,6 +248,9 @@ void HotkeyScheduler::Run()
|
||||
if (wiimote_id > -1)
|
||||
emit ConnectWiiRemote(wiimote_id);
|
||||
|
||||
if (IsHotkey(HK_TOGGLE_SD_CARD))
|
||||
Settings::Instance().SetSDCardInserted(!Settings::Instance().IsSDCardInserted());
|
||||
|
||||
if (IsHotkey(HK_TOGGLE_USB_KEYBOARD))
|
||||
{
|
||||
Settings::Instance().SetUSBKeyboardConnected(
|
||||
|
Reference in New Issue
Block a user