aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-09-02 10:47:25 -0400
committerGitHub <noreply@github.com>2018-09-02 10:47:25 -0400
commitd2ade27c3f2dc1724a397d5888c58f8a26b1bc60 (patch)
treeb498aa7d9afc6dfde6c320b3013e93cf5bbcf626 /src/yuzu/main.h
parent177c45e97d26d42b0e63e18163fcfc00b5b8a1ab (diff)
parent0f453488e2e73a314b1286656fee4e407192f5fc (diff)
Merge pull request #1220 from FearlessTobi/extensions-qol
yuzu: 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();