mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
VideoCommon: Post to analytics when bug is overridden
This commit is contained in:
parent
99f0c3fa01
commit
b7a451fc87
6 changed files with 112 additions and 10 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue