VideoCommon: Add reasons for disabled VS expand

This commit is contained in:
TellowKrinkle
2022-10-22 19:48:50 -05:00
parent b567f3afcf
commit 3912fa7a2e
3 changed files with 17 additions and 2 deletions

View File

@ -174,6 +174,7 @@ struct VideoConfig final
struct
{
APIType api_type = APIType::Nothing;
std::string DisplayName;
std::vector<std::string> Adapters; // for D3D
std::vector<u32> AAModes;