mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 00:49:47 +00:00
(XDK) Fixes re-entrancy
This commit is contained in:
parent
227ea3ebed
commit
4a2c0ea4f7
@ -137,6 +137,11 @@ static bool hlsl_shader_init(void)
|
||||
|
||||
static void xdk_d3d_free(void *data)
|
||||
{
|
||||
#ifdef RARCH_CONSOLE
|
||||
if (driver.video_data)
|
||||
return;
|
||||
#endif
|
||||
|
||||
xdk_d3d_video_t *d3d = (xdk_d3d_video_t*)data;
|
||||
|
||||
if (!d3d)
|
||||
|
Loading…
Reference in New Issue
Block a user