mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 19:24:46 +00:00
(360) Quit button returns to dash
This commit is contained in:
parent
2797ec3a79
commit
a9ffab7854
@ -58,6 +58,12 @@ HRESULT CMyMainScene::OnNotifyPress( HXUIOBJ hObjPressed, BOOL& bHandled )
|
||||
mode_switch = MODE_EMULATION;
|
||||
init_ssnes = 1;
|
||||
}
|
||||
else if ( hObjPressed == m_quit )
|
||||
{
|
||||
menu_is_running = false;
|
||||
mode_switch = MODE_EXIT;
|
||||
init_ssnes = 0;
|
||||
}
|
||||
|
||||
bHandled = TRUE;
|
||||
return S_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user