From 0f453488e2e73a314b1286656fee4e407192f5fc Mon Sep 17 00:00:00 2001 From: fearlessTobi Date: Sat, 1 Sep 2018 19:01:53 +0200 Subject: citra_qt: Display the unsupported GL extensions in the popup --- src/yuzu/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yuzu/main.h') 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(); -- cgit v1.2.3