Return non-zero from rarch_main() on failure

All platforms that test this check for != 0
This commit is contained in:
Seth Kingsley 2016-12-17 16:54:31 -08:00
parent 079cdfa96c
commit b1c6317ba5

View File

@ -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();