mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
[Android] Missed a few things for PowerVR544MP3 'support.' It doesn't actually get any video output on it just like Tegra 4.
This commit is contained in:
parent
a40daac5b1
commit
26c38648ec
6 changed files with 17 additions and 7 deletions
|
@ -122,6 +122,13 @@ namespace DriverDetails
|
|||
// Tegra 4 hardware limitations don't allow it to support OpenGL ES 3
|
||||
// This is fixed in Tegra 5
|
||||
BUG_ISTEGRA,
|
||||
// Bug: Running on a PowerVR5 device
|
||||
// Affected devices: PowerVR54x
|
||||
// Started Version: 540
|
||||
// Ended Version: 6xxx
|
||||
// PowerVR 5 hardware limitations don't allow it to support OpenGL ES 3
|
||||
// This is fixed in PowerVR6
|
||||
BUG_ISPOWERVR,
|
||||
};
|
||||
|
||||
// Initializes our internal vendor, device family, and driver version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue