mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-25 11:20:55 +00:00
Add SGX 543 to the halls of the damned.. I mean the ones with terrible precision
This commit is contained in:
parent
350c5e3ad5
commit
8e092998c2
@ -24,7 +24,8 @@ void ProcessGPUFeatures() {
|
||||
}
|
||||
|
||||
if (gl_extensions.gpuVendor == GPU_VENDOR_POWERVR) {
|
||||
if (!strcmp(gl_extensions.model, "PowerVR SGX 540") ||
|
||||
if (!strcmp(gl_extensions.model, "PowerVR SGX 543") ||
|
||||
!strcmp(gl_extensions.model, "PowerVR SGX 540") ||
|
||||
!strcmp(gl_extensions.model, "PowerVR SGX 530") ||
|
||||
!strcmp(gl_extensions.model, "PowerVR SGX 520") ) {
|
||||
WLOG("GL DRIVER BUG: PVR with bad and terrible precision");
|
||||
|
@ -128,6 +128,7 @@ int RequestHeader::ParseHttpHeader(const char *buffer) {
|
||||
}
|
||||
|
||||
delete [] key;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void RequestHeader::ParseHeaders(int fd) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user