mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
285d89b7d9
- Get rid of memset, set the member variables to 0 manually instead. Note - rcDevice is behind a _MAC ifdef in the headers (some hypothetical Mac port of Windows which never happened and therefore the ifdef is useless), so rcDevice is not set and will just be unused anyway - Variable scoping, move variables to where they are needed