mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 21:40:02 +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:
|
||||
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)
|
||||
RARCH_ERR("Failed to load scene.\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user