mirror of
https://github.com/libretro/RetroArch
synced 2025-03-14 01:19:01 +00:00
(360) Some error return fixes in menu_init
This commit is contained in:
parent
5181463606
commit
a5db76d7db
@ -100,12 +100,14 @@ int menu_init (void)
|
||||
if (FAILED(hr))
|
||||
{
|
||||
SSNES_ERR("Failed to load skin.\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
hr = app.LoadFirstScene( L"file://game:/media/", L"ssnes_main.xur", NULL);
|
||||
if (FAILED(hr))
|
||||
{
|
||||
SSNES_ERR("Failed to load first scene.\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user