You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
[Linux/BSD] Offload RenderingDevice creation test to subprocess.
(cherry picked from commit 6ed12bfc5d)
This commit is contained in:
committed by
Rémi Verschelde
parent
f045c4c283
commit
14d7775217
@@ -6852,7 +6852,7 @@ DisplayServerX11::DisplayServerX11(const String &p_rendering_driver, WindowMode
|
||||
|
||||
if (use_prime == -1) {
|
||||
print_verbose("Detecting GPUs, set DRI_PRIME in the environment to override GPU detection logic.");
|
||||
use_prime = detect_prime();
|
||||
use_prime = DetectPrimeX11::detect_prime();
|
||||
}
|
||||
|
||||
if (use_prime) {
|
||||
|
||||
Reference in New Issue
Block a user