In the modern era, if we don't recognize a GPU, give it full class 3 support and pray

This commit is contained in:
Lirusaito
2019-02-28 21:51:44 -05:00
parent 28b1ed82a5
commit 92fd0f56b4

View File

@@ -421,6 +421,9 @@ void LLFeatureManager::parseGPUTable(std::string filename)
else
{
LL_WARNS("RenderInit") << "GPU '" << rawRenderer << "' not recognized" << LL_ENDL;
mGPUString = rawRenderer;
mGPUClass = EGPUClass::GPU_CLASS_3;
mGPUSupported = true;
}
}