gt/game_list: Use std::array in GameListItemPath's data() function
We don't need to use a heap-allocated std::vector here, given we explicitly know the bounds.
Loading
Please register or sign in to comment
We don't need to use a heap-allocated std::vector here, given we explicitly know the bounds.