mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
3e72c502a8
- use STRLEN_CONST for constant strings, translates to sizeof which should be computed at compile-time - found some places where we are needlessly calling strlen two times instead of just once