RetroArch/gfx/widgets
libretroadmin bdc398d79f - Safer code - use strlcpy where possible instead of manual character
assignments for strings longer than 2 chars
- Use strlcpy concatenation instead of strlcat
- Make sure that what remains of iteration of the '_len' variable
for manual char assignment
is done in a safer way so mistakes are less possible
2023-06-20 16:33:55 +02:00
..
gfx_widget_achievement_popup.c Fix CXX_BUILD error 2023-01-17 19:25:04 +01:00
gfx_widget_generic_message.c Cleanup header includes 2022-12-05 15:10:19 +01:00
gfx_widget_leaderboard_display.c Fix trivial signedness warnings (#15377) 2023-06-14 04:43:11 +02:00
gfx_widget_libretro_message.c Cleanup header includes 2022-12-05 15:10:19 +01:00
gfx_widget_load_content_animation.c - Safer code - use strlcpy where possible instead of manual character 2023-06-20 16:33:55 +02:00
gfx_widget_progress_message.c Cleanup header includes 2022-12-05 15:10:19 +01:00
gfx_widget_screenshot.c Cleanup header includes 2022-12-05 15:10:19 +01:00
gfx_widget_volume.c Show square sized widget on volume mute (#14884) 2023-01-21 17:12:58 +01:00