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
..
2022-12-05 15:10:19 +01:00
2021-10-15 14:32:07 +02:00
2023-01-09 00:51:05 +01:00
2022-12-05 15:10:19 +01:00
2020-08-24 14:35:25 +02:00
2020-08-15 00:35:15 +02:00
2023-06-15 13:43:53 +02:00
2022-08-20 19:17:28 +02:00