mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-12 08:11:10 +02:00
Hide DLSS debug console.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user