From 5eb0aefc7ae2c792350ef6b2213f52dcec6bcce1 Mon Sep 17 00:00:00 2001 From: gwitek Date: Thu, 29 Jan 2026 17:39:13 +0100 Subject: [PATCH] VR: Rephrase DLSS-FG warning message --- src/mods/VR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mods/VR.cpp b/src/mods/VR.cpp index 0b5c53def..a1f2f1e62 100644 --- a/src/mods/VR.cpp +++ b/src/mods/VR.cpp @@ -2386,7 +2386,7 @@ void VR::on_draw_sidebar_entry(std::string_view name) { if (GetModuleHandleW(L"nvngx_dlssg.dll") != nullptr) { ImGui::PushStyleColor(ImGuiCol_Text, ImVec4(1.0f, 0.0f, 0.0f, 1.0f)); - ImGui::TextWrapped("WARNING: DLSS Frame Generation has been detected. Make sure it is disabled within in-game settings."); + ImGui::TextWrapped("WARNING: This game supports DLSS Frame Generation. Make sure it is disabled within in-game settings. Ignore warning if it's already off."); ImGui::PopStyleColor(); }