mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 07:36:34 +00:00
VideoCommon: Add ability for backends to override bugs
This commit is contained in:
parent
463269f704
commit
99f0c3fa01
3 changed files with 139 additions and 51 deletions
|
@ -350,4 +350,7 @@ void Init(API api, Vendor vendor, Driver driver, const double version, const Fam
|
|||
// Once Vendor and driver version is set, this will return if it has the applicable bug passed to
|
||||
// it.
|
||||
bool HasBug(Bug bug);
|
||||
|
||||
// Overrides the current state of a bug
|
||||
void OverrideBug(Bug bug, bool new_value);
|
||||
} // namespace DriverDetails
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue