mame: Use an intermediate variable in get_supported_games()
This forces Vala->C translator to introduce an additional variable for the array length instead of recomputing it on every iteration.
This forces Vala->C translator to introduce an additional variable for the array length instead of recomputing it on every iteration.