diff --git a/ext/native/gfx_es2/gpu_features.cpp b/ext/native/gfx_es2/gpu_features.cpp index c6b71021affa..9ff80a51dea6 100644 --- a/ext/native/gfx_es2/gpu_features.cpp +++ b/ext/native/gfx_es2/gpu_features.cpp @@ -98,11 +98,6 @@ void ProcessGPUFeatures() { DLOG("Checking for GL driver bugs... vendor=%i model='%s'", (int)gl_extensions.gpuVendor, gl_extensions.model); - // Should be table driven instead, this is a quick hack for Galaxy Y - if (System_GetProperty(SYSPROP_NAME) == "samsung:GT-S5360") { - gl_extensions.bugs |= BUG_FBO_UNUSABLE; - } - if (gl_extensions.gpuVendor == GPU_VENDOR_IMGTEC) { if (!strcmp(gl_extensions.model, "PowerVR SGX 543") || !strcmp(gl_extensions.model, "PowerVR SGX 540") ||