RetroArch/ui
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
..
drivers * Cut down on strlcat calls when possible and replace them with clever 2023-06-18 12:06:12 +02:00
ui_companion_driver.c (UI companion driver) Remove unused notify_content_loaded 2023-04-27 03:02:00 +02:00
ui_companion_driver.h Header uniformity cleanups 2023-05-30 21:21:05 +02:00