summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorfearlessTobi <thm.frey@gmail.com>2018-09-01 19:01:53 +0200
committerfearlessTobi <thm.frey@gmail.com>2018-09-01 19:01:53 +0200
commit0f453488e2e73a314b1286656fee4e407192f5fc (patch)
treec8674615e87897f3843c51faf6cc9c3ed9867d3d /src/yuzu/main.h
parentc69dc5acf9faf3817337dfd5883fd3ef55a73326 (diff)
citra_qt: Display the unsupported GL extensions in the popup
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 0b97e8220..3d6ebe329 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -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();