diff options
author | BreadFish64 <mohror64@gmail.com> | 2018-05-30 15:38:22 -0500 |
---|---|---|
committer | BreadFish64 <mohror64@gmail.com> | 2018-06-04 12:26:30 -0500 |
commit | 0641950f9a4e7f4f6a4a828ec3a7840a57c29b77 (patch) | |
tree | 3d4c1ad56231bbca12c5597c9b40b3ccf08845c2 /src/yuzu/main.h | |
parent | 8df011a57fc393853bc94421dca1e5913e30a0c8 (diff) |
qt: add check for GL extension support
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 20ff65314..ac3024d8a 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -79,6 +79,7 @@ private: void ConnectWidgetEvents(); void ConnectMenuEvents(); + bool SupportsRequiredGLExtensions(); bool LoadROM(const QString& filename); void BootGame(const QString& filename); void ShutdownGame(); |