mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Remove warning
This commit is contained in:
parent
d1957789bc
commit
cca999ecc7
@ -241,9 +241,6 @@ void frontend_driver_init_first(void *args)
|
|||||||
{
|
{
|
||||||
current_frontend_ctx = (frontend_ctx_driver_t*)frontend_ctx_init_first();
|
current_frontend_ctx = (frontend_ctx_driver_t*)frontend_ctx_init_first();
|
||||||
|
|
||||||
if (!current_frontend_ctx)
|
|
||||||
RARCH_WARN("Frontend context could not be initialized.\n");
|
|
||||||
|
|
||||||
if (current_frontend_ctx && current_frontend_ctx->init)
|
if (current_frontend_ctx && current_frontend_ctx->init)
|
||||||
current_frontend_ctx->init(args);
|
current_frontend_ctx->init(args);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user