mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Update
This commit is contained in:
parent
39742dae1f
commit
7e822f8126
1 changed files with 1 additions and 0 deletions
|
@ -2059,6 +2059,7 @@ static bool glsm_state_ctx_destroy(void *data)
|
|||
if (gl_state.bind_textures.ids)
|
||||
free(gl_state.bind_textures.ids);
|
||||
gl_state.bind_textures.ids = NULL;
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool glsm_state_ctx_init(void *data)
|
||||
|
|
Loading…
Add table
Reference in a new issue