mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
- 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