mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-05 18:10:39 -05:00
Add Auto Graphics API option, add AMD driver workaround. (#358)
* Add Auto Graphics API option, add AMD driver workaround. * Remove unused line.
This commit is contained in:
@@ -3604,6 +3604,7 @@ namespace plume {
|
||||
description.name = deviceName;
|
||||
description.type = toDeviceType(deviceProperties.deviceType);
|
||||
description.driverVersion = deviceProperties.driverVersion;
|
||||
description.vendor = RenderDeviceVendor(deviceProperties.vendorID);
|
||||
currentDeviceTypeScore = deviceTypeScore;
|
||||
|
||||
if (preferUserChoice) {
|
||||
|
||||
Reference in New Issue
Block a user