diff options
| author | archshift <admin@archshift.com> | 2014-05-19 15:21:55 -0700 |
|---|---|---|
| committer | archshift <admin@archshift.com> | 2014-05-19 15:21:55 -0700 |
| commit | 034e3aabc81219ca3804bfa6483d6667c3ab5679 (patch) | |
| tree | 1e4745afa663a04ff53044d8333a8519314c775a /src/video_core/video_core.cpp | |
| parent | 403e4bf837c47c7e10dc006fafffea8c160c890f (diff) | |
Improved clarity and whitespace
Changed QGL version to 3,2 in order to be less restrictive, yet it should still change up to 4,1 on OSX on Qt5.
Diffstat (limited to 'src/video_core/video_core.cpp')
| -rw-r--r-- | src/video_core/video_core.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/video_core.cpp b/src/video_core/video_core.cpp index 5f1933b1e..cbd540bdf 100644 --- a/src/video_core/video_core.cpp +++ b/src/video_core/video_core.cpp @@ -30,6 +30,7 @@ void Start() { /// Initialize the video core void Init(EmuWindow* emu_window) { + // Known problem with GLEW prevents contexts above 2.x on OSX unless glewExperimental is enabled. glewExperimental = GL_TRUE; g_emu_window = emu_window; |
