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
..
2023-02-23 13:15:14 +01:00
2023-06-01 19:59:11 +02:00
2022-12-15 14:34:22 +01:00
2022-12-15 14:34:22 +01:00
2020-06-30 08:37:41 +02:00
2019-02-03 16:00:50 -08:00