mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
VideoCommon: Extend DriverDetails to support both OpenGL and Vulkan
This commit is contained in:
parent
a71381e80a
commit
09638e714e
3 changed files with 87 additions and 32 deletions
|
@ -327,7 +327,7 @@ static void InitDriverInfo()
|
|||
default:
|
||||
break;
|
||||
}
|
||||
DriverDetails::Init(vendor, driver, version, family);
|
||||
DriverDetails::Init(DriverDetails::API_OPENGL, vendor, driver, version, family);
|
||||
}
|
||||
|
||||
// Init functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue