mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
VideoCommon: Add ability for backends to override bugs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user