mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
oop
This commit is contained in:
parent
c30254a40d
commit
f6050e2c37
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ void GLES_GPU::CheckGPUFeatures() {
|
|||
if (gl_extensions.EXT_shader_framebuffer_fetch || gl_extensions.NV_shader_framebuffer_fetch || gl_extensions.ARM_shader_framebuffer_fetch) {
|
||||
features |= GPU_SUPPORTS_ANY_FRAMEBUFFER_FETCH;
|
||||
for (size_t i = 0; i < ARRAY_SIZE(FramebufferFetchBlacklist); i++) {
|
||||
if (strstr(gl_extensions.model, BlacklistGPUNames[i]) != 0) {
|
||||
if (strstr(gl_extensions.model, FramebufferFetchBlacklist[i]) != 0) {
|
||||
features &= ~GPU_SUPPORTS_ANY_FRAMEBUFFER_FETCH;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue