impr: Better detection of Intel GPUs with really bad driver bugs

This commit is contained in:
WerWolv
2024-06-22 22:58:45 +02:00
parent 65dfd4da0f
commit a9915579a0
4 changed files with 52 additions and 11 deletions

View File

@@ -56,6 +56,7 @@ namespace hex::init {
log::debug("OpenGL Shading Language Version: '{}'", glShadingLanguageVersion);
ImHexApi::System::impl::setGPUVendor(glVendor);
ImHexApi::System::impl::setGLRenderer(glRenderer);
}
RequestAddInitTask::subscribe([this](const std::string& name, bool async, const TaskFunction &function){