GPU/HW: Add fallback path for no-texture-buffers

Yay, old Mali drivers without SSBOs...
This commit is contained in:
Stenzek
2023-12-19 01:47:40 +10:00
parent 4942964e2f
commit 5ef2ba0eb2
4 changed files with 57 additions and 20 deletions

View File

@ -492,10 +492,7 @@ bool OpenGLDevice::CheckFeatures(bool* buggy_pbo, FeatureMask disabled_features)
}
else
{
Host::ReportErrorAsync(
TRANSLATE_SV("GPUDevice", "Error"),
TRANSLATE_SV("Error", "Both texture buffers and SSBOs are not supported, or are of inadequate size."));
return false;
Log_WarningPrint("Both texture buffers and SSBOs are not supported. Performance will suffer.");
}
}