nvflinger: Use a std::array for the available displays instead of std::vector
The built-in set of displays is fixed, so we can utilize an array instead of a vector here.
Loading
Please register or sign in to comment
The built-in set of displays is fixed, so we can utilize an array instead of a vector here.