qt: add check for GL extension support

This commit is contained in:
BreadFish64
2018-05-30 15:38:22 -05:00
parent 8df011a57f
commit 0641950f9a
2 changed files with 27 additions and 0 deletions

View File

@ -79,6 +79,7 @@ private:
void ConnectWidgetEvents();
void ConnectMenuEvents();
bool SupportsRequiredGLExtensions();
bool LoadROM(const QString& filename);
void BootGame(const QString& filename);
void ShutdownGame();