diff options
author | bunnei <bunneidev@gmail.com> | 2018-06-04 16:13:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-04 16:13:55 -0400 |
commit | 0a0233f39f7dbad013d14714a49cc9184da9cee9 (patch) | |
tree | f22a89f89c64d05bff56d1a87ddf1cdb43c332fa /src/yuzu/main.h | |
parent | 9936d1b9e28feeaa1a4c46bd3aa487fbeacbcdfd (diff) | |
parent | fbef849c04771fa2f35c11706ed15a410da519d6 (diff) |
Merge pull request #490 from BreadFish64/extension-check
Add checks for OpenGL 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(); |