RetroArch/libretro-common/file
libretroadmin 631301b3f7 * Cut down on strlcat calls when possible and replace them with clever
usage of strlcpy (when position/offset of previous strlcpy/snprintf call
is known. strlcat implementation in libretro-common makes implicit strlen
call, using strlcpy avoids this
* Reduce a bunch of local char variables by use of said clever usage,
should save up on local stack size usage
2023-06-18 12:06:12 +02:00
..
nbio [ORBIS] Remove legacy implementation and compile with Werror 2022-05-21 17:10:35 +02:00
archive_file_7z.c (7zip) Use normal stdint.h types that don't conflict with PowerPC 2021-08-07 01:43:08 +02:00
archive_file_zlib.c Fix trivial signedness warnings (#15377) 2023-06-14 04:43:11 +02:00
archive_file.c * Create fill_pathname_join_special - and specify fill_pathname_join 2022-08-04 14:19:38 +02:00
config_file_userdata.c Add several LCD-effect video filters 2020-09-24 16:11:07 +01:00
config_file.c Fix typo 2023-02-22 14:54:53 +01:00
file_path_io.c Remove asserts 2023-01-09 00:51:05 +01:00
file_path.c * Cut down on strlcat calls when possible and replace them with clever 2023-06-18 12:06:12 +02:00
retro_dirent.c Cleanups/comments 2020-07-07 05:58:07 +02:00