From a166e0c2e90098e9bd9b3a091ef506298b37b730 Mon Sep 17 00:00:00 2001 From: Missake212 Date: Thu, 21 Aug 2025 02:29:04 +0100 Subject: [PATCH] Update settings_dialog.cpp (#3436) --- src/qt_gui/settings_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qt_gui/settings_dialog.cpp b/src/qt_gui/settings_dialog.cpp index 27edf653f..a52ee1ff3 100644 --- a/src/qt_gui/settings_dialog.cpp +++ b/src/qt_gui/settings_dialog.cpp @@ -760,7 +760,7 @@ void SettingsDialog::updateNoteTextEdit(const QString& elementName) { } else if (elementName == "rdocCheckBox") { text = tr("Enable RenderDoc Debugging:\\nIf enabled, the emulator will provide compatibility with Renderdoc to allow capture and analysis of the currently rendered frame."); } else if (elementName == "crashDiagnosticsCheckBox") { - text = tr("Crash Diagnostics:\\nCreates a .yaml file with info about the Vulkan state at the time of crashing.\\nUseful for debugging 'Device lost' errors. If you have this enabled, you should enable Host AND Guest Debug Markers.\\nDoes not work on Intel GPUs.\\nYou need Vulkan Validation Layers enabled and the Vulkan SDK for this to work."); + text = tr("Crash Diagnostics:\\nCreates a .yaml file with info about the Vulkan state at the time of crashing.\\nUseful for debugging 'Device lost' errors. If you have this enabled, you should enable Host AND Guest Debug Markers.\\nYou need Vulkan Validation Layers enabled and the Vulkan SDK for this to work."); } else if (elementName == "guestMarkersCheckBox") { text = tr("Guest Debug Markers:\\nInserts any debug markers the game itself has added to the command buffer.\\nIf you have this enabled, you should enable Crash Diagnostics.\\nUseful for programs like RenderDoc."); } else if (elementName == "hostMarkersCheckBox") {