aboutsummaryrefslogtreecommitdiff
path: root/common/util.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/util.cpp')
-rw-r--r--common/util.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/util.cpp b/common/util.cpp
index 179e648012..2fffdca8a6 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -259,6 +259,9 @@ const RenderModeDescription g_renderModes[] = {
{0, 0, kRenderDefault}
};
+DECLARE_TRANSLATION_ADDITIONAL_CONTEXT("Hercules Green", "lowres")
+DECLARE_TRANSLATION_ADDITIONAL_CONTEXT("Hercules Amber", "lowres")
+
RenderMode parseRenderMode(const String &str) {
if (str.empty())
return kRenderDefault;