Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/mods/VR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down
Loading