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. (#7395)
This commit is contained in:
parent
7a4854c519
commit
469f76b075
12 changed files with 116 additions and 38 deletions
src/citra_qt/configuration
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue