RetroArch/frontend
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
..
drivers Cleanups (#14296) 2022-08-06 18:04:40 +02:00
frontend.h Clean up trailing whitespace 2017-12-12 00:24:18 -08:00
frontend_driver.c [ORBIS] Initial changes for PS4 2022-05-21 16:31:10 +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