summaryrefslogtreecommitdiff
path: root/src/input/pages/other.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/pages/other.cpp')
-rw-r--r--src/input/pages/other.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/input/pages/other.cpp b/src/input/pages/other.cpp
index 06ce2c348..61c6a5a9f 100644
--- a/src/input/pages/other.cpp
+++ b/src/input/pages/other.cpp
@@ -327,6 +327,14 @@ SetupActionData setupActionDataOther[] =
InputAction::DUMP_OGL,
"",
},
+#if defined USE_OPENGL && defined DEBUG_SDLFONT
+ {
+ // TRANSLATORS: input action name
+ N_("Test SDL font speed"),
+ InputAction::TEST_SDL_FONT,
+ "",
+ },
+#endif
{
"",
InputAction::NO_VALUE,