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());