mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-17 08:14: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,
|
CONTENT_MODE_LOAD_FROM_CLI,
|
||||||
NULL,
|
NULL,
|
||||||
NULL))
|
NULL))
|
||||||
return 0;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
ui_companion_driver_init_first();
|
ui_companion_driver_init_first();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user