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");