mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 09:35:21 +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…
x
Reference in New Issue
Block a user