(360) XUI scene renders now

This commit is contained in:
TwinAphex51224 2012-01-23 21:36:54 +01:00
parent 8da940d0e5
commit c7692e7a72

View File

@ -65,7 +65,7 @@ int menu_init (void)
OutputDebugString("Failed to load skin.\n"); 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)) if (FAILED(hr))
{ {
OutputDebugString("Failed to load first scene.\n"); OutputDebugString("Failed to load first scene.\n");