From a64ad8315f7cc5cf8b855bd892317142c1c7d9a2 Mon Sep 17 00:00:00 2001 From: xcfrg <30675315+xcfrg@users.noreply.github.com> Date: Sun, 4 Jun 2023 14:00:53 -0400 Subject: yuzu: add opengl shader backend info in status bar --- src/yuzu/configuration/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/yuzu/configuration/config.h') diff --git a/src/yuzu/configuration/config.h b/src/yuzu/configuration/config.h index ad590ea9e..0fd4baf6b 100644 --- a/src/yuzu/configuration/config.h +++ b/src/yuzu/configuration/config.h @@ -54,6 +54,7 @@ public: static const std::map use_docked_mode_texts_map; static const std::map gpu_accuracy_texts_map; static const std::map renderer_backend_texts_map; + static const std::map shader_backend_texts_map; static constexpr UISettings::Theme default_theme{ #ifdef _WIN32 -- cgit v1.2.3