mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
Kill segfault with -L /not/a/dylib.png
This commit is contained in:
parent
31d93cc4b7
commit
d641b64d5e
@ -252,6 +252,7 @@ static bool load_dynamic_core(void)
|
|||||||
RARCH_ERR("Error(s): %s\n", dylib_error());
|
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);
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user