From c7692e7a7216ba0ffb87b65e5594706c88d36de8 Mon Sep 17 00:00:00 2001 From: TwinAphex51224 Date: Mon, 23 Jan 2012 21:36:54 +0100 Subject: [PATCH] (360) XUI scene renders now --- 360/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/360/menu.cpp b/360/menu.cpp index 5240683926..b972a7570a 100644 --- a/360/menu.cpp +++ b/360/menu.cpp @@ -65,7 +65,7 @@ int menu_init (void) OutputDebugString("Failed to load skin.\n"); } - hr = app.LoadFirstScene( L"file://game:/media/ssnes_main.xur", NULL); + hr = app.LoadFirstScene( L"file://game:/media/", L"ssnes_main.xur", NULL); if (FAILED(hr)) { OutputDebugString("Failed to load first scene.\n");