yuzu: add opengl shader backend info in status bar

This commit is contained in:
xcfrg
2023-06-04 14:00:53 -04:00
parent 125a0e5a07
commit a64ad8315f
3 changed files with 14 additions and 1 deletions

View File

@ -54,6 +54,7 @@ public:
static const std::map<bool, QString> use_docked_mode_texts_map;
static const std::map<Settings::GPUAccuracy, QString> gpu_accuracy_texts_map;
static const std::map<Settings::RendererBackend, QString> renderer_backend_texts_map;
static const std::map<Settings::ShaderBackend, QString> shader_backend_texts_map;
static constexpr UISettings::Theme default_theme{
#ifdef _WIN32