mirror of https://github.com/mgba-emu/mgba.git
Qt: Fix building without OpenGL
This commit is contained in:
parent
cea5864f81
commit
97e8827eb2
|
@ -191,7 +191,9 @@ private:
|
|||
QMenu* m_videoLayers;
|
||||
QMenu* m_audioChannels;
|
||||
ShortcutController* m_shortcutController;
|
||||
#if defined(BUILD_GL) || defined(BUILD_GLES)
|
||||
std::unique_ptr<ShaderSelector> m_shaderView;
|
||||
#endif
|
||||
bool m_fullscreenOnStart = false;
|
||||
QTimer m_focusCheck;
|
||||
bool m_autoresume = false;
|
||||
|
|
Loading…
Reference in New Issue