1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-08-02 01:36:51 +00:00

qt: Display OpenGL renderer name and add Mesa override to support Windows OpenGLOn12. ()

This commit is contained in:
Steveice10 2024-01-29 12:24:41 -08:00 committed by GitHub
parent 7a4854c519
commit 469f76b075
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 116 additions and 38 deletions
src/citra_qt/configuration

View file

@ -37,7 +37,7 @@ class ConfigureDialog : public QDialog {
public:
explicit ConfigureDialog(QWidget* parent, HotkeyRegistry& registry, Core::System& system,
std::span<const QString> physical_devices,
QString gl_renderer, std::span<const QString> physical_devices,
bool enable_web_config = true);
~ConfigureDialog() override;