mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +00:00
(360 RMenu XUI) Take out more unnecessary info messages
This commit is contained in:
parent
3e39c1ebef
commit
dd1a0476d8
@ -1510,10 +1510,6 @@ HRESULT CRetroArchMain::OnNotifyPress( HXUIOBJ hObjPressed, int & bHandled )
|
||||
if (hr < 0)
|
||||
RARCH_ERR("Failed to load scene.\n");
|
||||
|
||||
if (g_extern.lifecycle_mode_state & (1ULL << MODE_INFO_DRAW))
|
||||
msg_queue_push(g_extern.msg_queue,
|
||||
"INFO - Press LEFT/RIGHT to change the controls, and press\n[RetroPad Start] to reset a button to default values.", 1, 180);
|
||||
|
||||
XuiSceneNavigateForward(hCur, false, app.hControlsMenu, XUSER_INDEX_FOCUS);
|
||||
hCur = app.hControlsMenu;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user