diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-03-30 18:02:21 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-03-30 18:02:21 +1100 |
| commit | 7b17b60786d00c592f0ef18c8481148143baacbd (patch) | |
| tree | 42ea87f660b42149d805e25b38086c4da68d9a6e /src/layer_context.cc | |
| parent | 22f8e5196508c7075493c246edb9cb9cad097c45 (diff) | |
Add nvidia spoofing via LOW_LATENCY_LAYER_SPOOF_NVIDIA=1
Diffstat (limited to 'src/layer_context.cc')
| -rw-r--r-- | src/layer_context.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/layer_context.cc b/src/layer_context.cc index 4399338..93f4a26 100644 --- a/src/layer_context.cc +++ b/src/layer_context.cc @@ -12,6 +12,7 @@ LayerContext::LayerContext() { }; this->should_expose_reflex = parse_bool_env(EXPOSE_REFLEX_ENV); + this->should_spoof_nvidia = parse_bool_env(SPOOF_NVIDIA_ENV); } LayerContext::~LayerContext() {} |
