mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +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
|
@ -1,6 +1,7 @@
|
|||
// Copyright 2013 Dolphin Emulator Project
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include "Common/CommonTypes.h"
|
||||
|
||||
#undef OS // CURL defines that, nobody uses it...
|
||||
|
@ -345,7 +346,8 @@ enum Bug
|
|||
};
|
||||
|
||||
// Initializes our internal vendor, device family, and driver version
|
||||
void Init(API api, Vendor vendor, Driver driver, const double version, const Family family);
|
||||
void Init(API api, Vendor vendor, Driver driver, const double version, const Family family,
|
||||
std::string name);
|
||||
|
||||
// Once Vendor and driver version is set, this will return if it has the applicable bug passed to
|
||||
// it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue