mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 03:10:14 +00:00
(RMenu XUI 360) Fix VIDEO_OPTIONS_MODE
This commit is contained in:
parent
cdcc068a18
commit
3543885acf
@ -995,7 +995,7 @@ HRESULT CRetroArchMain::OnControlNavigate(XUIMessageControlNavigate *pControlNav
|
|||||||
case INGAME_MENU_VIDEO_OPTIONS_MODE:
|
case INGAME_MENU_VIDEO_OPTIONS_MODE:
|
||||||
if (input == XUI_CONTROL_NAVIGATE_OK)
|
if (input == XUI_CONTROL_NAVIGATE_OK)
|
||||||
{
|
{
|
||||||
hr = XuiSceneCreate(hdmenus_allowed ? L"file://game:/media/hd/" : L"file://game:/media/sd/", L"rarch_quickmenu.xur", NULL, ¤t_menu);
|
hr = XuiSceneCreate(hdmenus_allowed ? L"file://game:/media/hd/" : L"file://game:/media/sd/", L"rarch_video_options.xur", NULL, ¤t_menu);
|
||||||
|
|
||||||
if (hr < 0)
|
if (hr < 0)
|
||||||
RARCH_ERR("Failed to load scene.\n");
|
RARCH_ERR("Failed to load scene.\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user