(360 RMenu XUI) Take out more unnecessary info messages

This commit is contained in:
twinaphex 2013-05-06 00:57:29 +02:00
parent 3e39c1ebef
commit dd1a0476d8

View File

@ -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;
}