mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +00:00
* steam.c - cleanups: * Use string_to_lower from libretro-common/stdstring.c instead of its own version * Some stylistic changes * Rewrite strncpy calls into strlcpy/strlcat/manual assignment * Make it C89 compliant * Some unused variables