mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Return non-zero from rarch_main() on failure
All platforms that test this check for != 0
This commit is contained in:
parent
079cdfa96c
commit
b1c6317ba5
@ -118,7 +118,7 @@ int rarch_main(int argc, char *argv[], void *data)
|
||||
CONTENT_MODE_LOAD_FROM_CLI,
|
||||
NULL,
|
||||
NULL))
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
ui_companion_driver_init_first();
|
||||
|
Loading…
Reference in New Issue
Block a user