Hide DLSS debug console.

This commit is contained in:
Justin Marshall
2026-05-23 22:04:19 -07:00
parent 293942d07c
commit d6d01e1faf
+1 -1
View File
@@ -7134,7 +7134,7 @@ static void QD3D12_InitStreamlineEarly()
return;
sl::Preferences pref{};
pref.showConsole = true;
pref.showConsole = false;
pref.applicationId = 231313132; // Replace with your NVIDIA-assigned application ID for NGX-backed features like DLSS.
pref.engine = sl::EngineType::eCustom;
pref.engineVersion = "IceBridge 1.0";