mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
(gfx_widget_load_content_animation) icon_file can be reduced to NAME_MAX_LENGTH size
This commit is contained in:
parent
bd461a5f8e
commit
9c71620c53
@ -99,7 +99,7 @@ struct gfx_widget_load_content_animation_state
|
|||||||
char content_name[512];
|
char content_name[512];
|
||||||
char system_name[512];
|
char system_name[512];
|
||||||
char icon_directory[DIR_MAX_LENGTH];
|
char icon_directory[DIR_MAX_LENGTH];
|
||||||
char icon_file[PATH_MAX_LENGTH];
|
char icon_file[NAME_MAX_LENGTH];
|
||||||
|
|
||||||
bool has_icon;
|
bool has_icon;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user