From 5e3837cadac73ba5b7d4085cddc48b0e816d826a Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 31 Mar 2026 16:15:00 +1100 Subject: Fix vram leak in Cyberpunk 2077, reduce duplicated logic + general cleanup --- src/layer_context.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layer_context.hh') diff --git a/src/layer_context.hh b/src/layer_context.hh index 4979379..049684d 100644 --- a/src/layer_context.hh +++ b/src/layer_context.hh @@ -52,8 +52,8 @@ class LayerContext final : public Context { // provided instead of VK_AMD_anti_lag. static constexpr auto EXPOSE_REFLEX_ENV = "LOW_LATENCY_LAYER_EXPOSE_REFLEX"; - // If this is not null and set to 1 then the card's vendor and id will be - // spoofed to appear as a NVIDIA card. + // If this is not null and set to 1 then the card's vendor, id, and device + // name will be modified to appear as a NVIDIA card. static constexpr auto SPOOF_NVIDIA_ENV = "LOW_LATENCY_LAYER_SPOOF_NVIDIA"; public: -- cgit v1.2.3