Fix and improve GPU detection

This commit is contained in:
nastys
2019-08-08 18:51:41 +02:00
parent 6167f84432
commit b50b4ce7c6
2 changed files with 82 additions and 8 deletions
@@ -129,7 +129,7 @@ ResolutionOption* DisplayResolutionOption = new ResolutionOption(L"width", L"hei
ConfigOptionBase* screenResolutionArray[] = {
DisplayModeDropdown,
DisplayResolutionOption,
new EditableDropdownNumberOption(L"bitdepth", RESOLUTION_SECTION, CONFIG_FILE, L"Bit Depth:", L"Sets the display bit depth.", 32, getScreenDepthsVec(screenModes)),
//new EditableDropdownNumberOption(L"bitdepth", RESOLUTION_SECTION, CONFIG_FILE, L"Bit Depth:", L"Sets the display bit depth.", 32, getScreenDepthsVec(screenModes)),
new EditableDropdownNumberOption(L"refreshrate", RESOLUTION_SECTION, CONFIG_FILE, L"Refresh Rate:", L"Sets the display refresh rate.", 60, getScreenRatesVec(screenModes)),
};