Mention 'Enable API Validation Layers' also enabling symbols for D3D
This commit is contained in:
parent
6db519793a
commit
087ddfca83
|
@ -203,7 +203,8 @@ void AdvancedWidget::AddDescriptions()
|
||||||
"unchecked.</dolphin_emphasis>");
|
"unchecked.</dolphin_emphasis>");
|
||||||
static const char TR_VALIDATION_LAYER_DESCRIPTION[] =
|
static const char TR_VALIDATION_LAYER_DESCRIPTION[] =
|
||||||
QT_TR_NOOP("Enables validation of API calls made by the video backend, which may assist in "
|
QT_TR_NOOP("Enables validation of API calls made by the video backend, which may assist in "
|
||||||
"debugging graphical issues.<br><br><dolphin_emphasis>If unsure, leave this "
|
"debugging graphical issues. On D3D backends, this also enables debug symbols "
|
||||||
|
"for the compiled shaders.<br><br><dolphin_emphasis>If unsure, leave this "
|
||||||
"unchecked.</dolphin_emphasis>");
|
"unchecked.</dolphin_emphasis>");
|
||||||
static const char TR_DUMP_TEXTURE_DESCRIPTION[] =
|
static const char TR_DUMP_TEXTURE_DESCRIPTION[] =
|
||||||
QT_TR_NOOP("Dumps decoded game textures based on the other flags to "
|
QT_TR_NOOP("Dumps decoded game textures based on the other flags to "
|
||||||
|
|
Loading…
Reference in New Issue