diff options
| -rw-r--r-- | src/video_core/vulkan_common/vulkan_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.h b/src/video_core/vulkan_common/vulkan_device.h index 13ca24ef5..7be631122 100644 --- a/src/video_core/vulkan_common/vulkan_device.h +++ b/src/video_core/vulkan_common/vulkan_device.h | |||
| @@ -523,7 +523,7 @@ public: | |||
| 523 | 523 | ||
| 524 | /// Returns true when a known debugging tool is attached. | 524 | /// Returns true when a known debugging tool is attached. |
| 525 | bool HasDebuggingToolAttached() const { | 525 | bool HasDebuggingToolAttached() const { |
| 526 | return has_renderdoc || has_nsight_graphics || Settings::values.renderer_debug.GetValue(); | 526 | return has_renderdoc || has_nsight_graphics; |
| 527 | } | 527 | } |
| 528 | 528 | ||
| 529 | /// @returns True if compute pipelines can cause crashing. | 529 | /// @returns True if compute pipelines can cause crashing. |