summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp
diff options
context:
space:
mode:
authoriwubcode <iwubcode@users.noreply.github.com>2019-08-17 14:40:58 -0500
committeriwubcode <iwubcode@users.noreply.github.com>2020-10-03 17:10:35 -0500
commitfd3af4c5d32a34b27c45b478c74fa1127b6438b9 (patch)
treedf55a2548a01e0cd0578abb41f2c9ad78d1db544 /Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp
parent8a1539f9487cff0b5785e2d341663e4d7136e2a3 (diff)
InputCommon: Introducing the "Dynamic Input Texture". Configuration links an emulated input action to an image based on what host key is defined for that emulated input. Specific regions are called out in configuration that mark where to replace an input button with a host key image.
Diffstat (limited to 'Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp')
-rw-r--r--Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp
index 05ddd8406f..173d1f4b34 100644
--- a/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp
+++ b/Source/Core/DolphinQt/Config/Graphics/AdvancedWidget.cpp
@@ -232,9 +232,10 @@ void AdvancedWidget::AddDescriptions()
"User/Dump/Textures/<game_id>/. This includes arbitrary base textures if 'Arbitrary "
"Mipmap Detection' is enabled in Enhancements.\n\nIf unsure, leave "
"this checked.");
- static const char TR_LOAD_CUSTOM_TEXTURE_DESCRIPTION[] = QT_TR_NOOP(
- "Loads custom textures from User/Load/Textures/<game_id>/.\n\nIf unsure, leave this "
- "unchecked.");
+ static const char TR_LOAD_CUSTOM_TEXTURE_DESCRIPTION[] =
+ QT_TR_NOOP("Loads custom textures from User/Load/Textures/<game_id>/ and "
+ "User/Load/DynamicInputTextures/<game_id>/.\n\nIf unsure, leave this "
+ "unchecked.");
static const char TR_CACHE_CUSTOM_TEXTURE_DESCRIPTION[] = QT_TR_NOOP(
"Caches custom textures to system RAM on startup.\n\nThis can require exponentially "
"more RAM but fixes possible stuttering.\n\nIf unsure, leave this unchecked.");