RetroArch/gfx/drivers_context
LibretroAdmin 94ed25be56
Cleanups (#14296)
- (database_info.c) Optimizations for database_info_build_query_enum() -
 it would call strlcat at the very least 3 times, normally more than that.
 Every strlcat call is at least one or more strlens. Reduce it all down
 to manual string concatenation and one strlcat
- (database_info_build_query_enum) - always NULL terminates string so no need for NULL termination done by callee
* (menu_displaylist) use smaller strings for basename paths, remove one unnecessary string
in menu_displaylist.c function
- (disk_index_file.c) Avoid another trivial string concatenation by doing
it manually after fill_pathname_join_special
- (fill_pathname_join_delim) since fill_pathname_join_delim() now has a return value, use it for 
string concatenation
- (platform_unix) - Use BUFSIZ as size for a buffer in system_property_get
- some other trivial strlcat usage replacements
2022-08-06 18:04:40 +02:00
..
2022-08-06 18:04:40 +02:00
2022-08-06 18:04:40 +02:00
2021-04-26 20:31:15 +01:00
2021-09-26 22:28:28 +02:00
2020-07-09 10:36:49 +02:00
2020-12-21 21:11:59 +01:00
2022-05-22 20:29:53 +02:00
2022-01-06 08:21:14 +01:00
2022-07-03 14:20:10 +02:00
2021-06-28 17:38:17 +02:00
2022-05-23 22:55:41 +01:00
2021-02-04 11:46:00 +01:00
2022-05-31 20:04:33 +02:00
2021-12-04 14:21:12 +01:00
2021-09-26 22:16:18 +02:00