mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-11 05:10:05 +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
|
@ -344,6 +344,7 @@ private:
|
|||
// Whether game was paused due to stopping video dumping
|
||||
bool game_paused_for_dumping = false;
|
||||
|
||||
QString gl_renderer;
|
||||
std::vector<QString> physical_devices;
|
||||
|
||||
// Debugger panes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue