RetroArch/frontend
LibretroAdmin 6f738d4fbd Gradually get rid of strcpy_literal
Reasons:
1 - Just a macro for strcpy
1.2 - doesn't have a return type unlike strlcpy, can't be used
for string concatenation
1.3 - unsafe compared to strlcpy

Do either manual string assignment per character or strlcpy, no
inbetween by resorting to strcpy
2022-08-23 15:04:47 +02:00
..
drivers Gradually get rid of strcpy_literal 2022-08-23 15:04:47 +02:00
frontend.h
frontend_driver.c Gradually get rid of strcpy_literal 2022-08-23 15:04:47 +02:00
frontend_driver.h [GameMode] Improve error handling (#13362) 2021-12-15 19:01:39 +01:00
frontend_salamander.c * Create fill_pathname_join_special - and specify fill_pathname_join 2022-08-04 14:19:38 +02:00