mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: Post to analytics when bug is overridden
This commit is contained in:
@ -211,7 +211,8 @@ void InitDriverInfo()
|
||||
default:
|
||||
break;
|
||||
}
|
||||
DriverDetails::Init(DriverDetails::API_OPENGL, vendor, driver, version, family);
|
||||
DriverDetails::Init(DriverDetails::API_OPENGL, vendor, driver, version, family,
|
||||
std::string(srenderer));
|
||||
}
|
||||
|
||||
bool PopulateConfig(GLContext* m_main_gl_context)
|
||||
|
Reference in New Issue
Block a user