Skip to content
GitLab
Explore
Sign in
suyu
src
core
hle
service
nvflinger
nvflinger.cpp
Find file
Blame
History
Permalink
nvflinger: Use a std::array for the available displays instead of std::vector
· f45c25aa
Lioncash
authored
Jan 29, 2019
The built-in set of displays is fixed, so we can utilize an array instead of a vector here.
f45c25aa
Loading