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_videoLayers;
|
||||||
QMenu* m_audioChannels;
|
QMenu* m_audioChannels;
|
||||||
ShortcutController* m_shortcutController;
|
ShortcutController* m_shortcutController;
|
||||||
|
#if defined(BUILD_GL) || defined(BUILD_GLES)
|
||||||
std::unique_ptr<ShaderSelector> m_shaderView;
|
std::unique_ptr<ShaderSelector> m_shaderView;
|
||||||
|
#endif
|
||||||
bool m_fullscreenOnStart = false;
|
bool m_fullscreenOnStart = false;
|
||||||
QTimer m_focusCheck;
|
QTimer m_focusCheck;
|
||||||
bool m_autoresume = false;
|
bool m_autoresume = false;
|
||||||
|
|
Loading…
Reference in New Issue