mirror of
https://github.com/libretro/RetroArch.git
synced 2024-12-04 14:27:38 +00:00
(360) XUI scene renders now
This commit is contained in:
parent
8da940d0e5
commit
c7692e7a72
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user