mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
Fix warning
This commit is contained in:
parent
ba97047cc2
commit
bbe4b0e286
@ -1780,7 +1780,7 @@ static void d3d_unload_texture(void *data, uintptr_t *id)
|
||||
return;
|
||||
|
||||
d3d_texture_free(texid);
|
||||
*id = NULL;
|
||||
*id = 0;
|
||||
}
|
||||
|
||||
static const video_poke_interface_t d3d_poke_interface = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user