citra_qt: Display the unsupported GL extensions in the popup

This commit is contained in:
fearlessTobi 2018-09-01 19:01:53 +02:00
parent 157cb90ca3
commit f8a47f3985
2 changed files with 10 additions and 8 deletions

View file

@ -85,7 +85,7 @@ private:
void ConnectWidgetEvents();
void ConnectMenuEvents();
bool SupportsRequiredGLExtensions();
QStringList GetUnsupportedGLExtensions();
bool LoadROM(const QString& filename);
void BootGame(const QString& filename);
void ShutdownGame();