From b262958d53a906200c99863ae26edd2cb1280541 Mon Sep 17 00:00:00 2001 From: baldurk Date: Wed, 20 Sep 2023 11:58:11 +0100 Subject: [PATCH] Update message for linux on nvidia to clarify to copy symlink --- renderdoc/driver/ihv/nv/nv_counter_enumerator.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renderdoc/driver/ihv/nv/nv_counter_enumerator.cpp b/renderdoc/driver/ihv/nv/nv_counter_enumerator.cpp index 782bc6de2..8f9ffecf1 100644 --- a/renderdoc/driver/ihv/nv/nv_counter_enumerator.cpp +++ b/renderdoc/driver/ihv/nv/nv_counter_enumerator.cpp @@ -466,13 +466,13 @@ CounterDescription NVCounterEnumerator::LibraryNotFoundMessage() "href=\"https://developer.nvidia.com/nsight-perf-sdk\">https://developer.nvidia.com/" "nsight-perf-sdk" "
  • extract the SDK contents
  • " - "
  • copy the " + "
  • copy " #if ENABLED(RDOC_WIN32) - "nvperf_grfx_host.dll" + "the nvperf_grfx_host.dll file " #elif ENABLED(RDOC_LINUX) - "libnvperf_grfx_host.so" + "all the libnvperf_grfx_host.* files " #endif - " file to:
    %s
  • " + "to:
    %s" "
  • reopen this capture
  • " "", pluginPath.c_str());