mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fix most ARM warnings
This commit is contained in:
@ -68,5 +68,5 @@ namespace DriverDetails
|
||||
void Init(Vendor vendor, const u32 devfamily, const double version);
|
||||
|
||||
// Once Vendor and driver version is set, this will return if it has the applicable bug passed to it.
|
||||
const bool HasBug(Bug bug);
|
||||
bool HasBug(Bug bug);
|
||||
}
|
||||
|
Reference in New Issue
Block a user