mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 22:32:57 +02:00
Changing the default Intel GPU platform profile from mid to low
This commit is contained in:
parent
7e91fe9e8b
commit
da491bc577
1 changed files with 2 additions and 2 deletions
|
@ -97,8 +97,8 @@ bool filterOnProcessors(const platform::json& computer, const platform::json& cp
|
|||
|
||||
// intel integrated graphics
|
||||
if (gpuVendor.find(keys::gpu::vendor_Intel) != std::string::npos) {
|
||||
// go mid because GPU
|
||||
tier = Profiler::Tier::MID;
|
||||
// go LOW because Intel GPU
|
||||
tier = Profiler::Tier::LOW;
|
||||
return true;
|
||||
}
|
||||
// AMD gpu
|
||||
|
|
Loading…
Reference in a new issue