mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 15:32:59 +00:00
(Win32) Hide this warning so that a terminal window doesn't stay open
This commit is contained in:
parent
062e1e7eab
commit
3a5c2c9da5
@ -162,8 +162,10 @@ static const gfx_ctx_driver_t *gfx_ctx_init(void *data,
|
||||
return ctx;
|
||||
}
|
||||
|
||||
#ifndef _WIN32
|
||||
RARCH_WARN("Failed to bind API (#%u, version %u.%u) on context driver \"%s\".\n",
|
||||
(unsigned)api, major, minor, ctx->ident);
|
||||
#endif
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user