mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Add an option to eject the disc
This commit is contained in:
parent
3c770693a2
commit
e4faabb763
9 changed files with 24 additions and 3 deletions
|
@ -961,6 +961,8 @@ static int GetMenuIDFromHotkey(unsigned int key)
|
|||
return wxID_OPEN;
|
||||
case HK_CHANGE_DISC:
|
||||
return IDM_CHANGE_DISC;
|
||||
case HK_EJECT_DISC:
|
||||
return IDM_EJECT_DISC;
|
||||
case HK_REFRESH_LIST:
|
||||
return wxID_REFRESH;
|
||||
case HK_PLAY_PAUSE:
|
||||
|
@ -1305,6 +1307,7 @@ void CFrame::ParseHotkeys()
|
|||
{
|
||||
case HK_OPEN:
|
||||
case HK_CHANGE_DISC:
|
||||
case HK_EJECT_DISC:
|
||||
case HK_REFRESH_LIST:
|
||||
case HK_RESET:
|
||||
case HK_START_RECORDING:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue