mirror of
https://github.com/libretro/RetroArch
synced 2025-02-24 18:39:59 +00:00
Cleanup
This commit is contained in:
parent
7af07def7e
commit
4ca691acc9
@ -1797,8 +1797,10 @@ bool gfx_display_reset_textures_list(
|
||||
uintptr_t *item, enum texture_filter_type filter_type,
|
||||
unsigned *width, unsigned *height)
|
||||
{
|
||||
char texpath[PATH_MAX_LENGTH];
|
||||
struct texture_image ti;
|
||||
char texpath[PATH_MAX_LENGTH] = {0};
|
||||
|
||||
texpath[0] = '\0';
|
||||
|
||||
ti.width = 0;
|
||||
ti.height = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user