Kill segfault with -L /not/a/dylib.png

This commit is contained in:
Alcaro 2017-01-18 19:48:35 +01:00
parent 31d93cc4b7
commit d641b64d5e

View File

@ -252,6 +252,7 @@ static bool load_dynamic_core(void)
RARCH_ERR("Error(s): %s\n", dylib_error());
runloop_msg_queue_push(msg_hash_to_str(MSG_FAILED_TO_OPEN_LIBRETRO_CORE), 1, 180, true);
retroarch_fail(1, "load_dynamic_core()");
return false;
}