mirror of
https://github.com/libretro/RetroArch
synced 2025-03-18 13:20:57 +00:00
Warn about Failed to bind context driver instead of doing a
RARCH_ERR
This commit is contained in:
parent
ebe8a81a07
commit
062e1e7eab
@ -162,7 +162,7 @@ static const gfx_ctx_driver_t *gfx_ctx_init(void *data,
|
||||
return ctx;
|
||||
}
|
||||
|
||||
RARCH_ERR("Failed to bind API (#%u, version %u.%u) on context driver \"%s\".\n",
|
||||
RARCH_WARN("Failed to bind API (#%u, version %u.%u) on context driver \"%s\".\n",
|
||||
(unsigned)api, major, minor, ctx->ident);
|
||||
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user