diff options
| author | 2014-04-30 17:00:36 -0700 | |
|---|---|---|
| committer | 2014-04-30 17:00:36 -0700 | |
| commit | c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6 (patch) | |
| tree | a6c51db895d75c4db877bad1b7ddec1c5da4952b /src/video_core | |
| parent | A bit of Cmake love (diff) | |
| download | yuzu-c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6.tar.gz yuzu-c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6.tar.xz yuzu-c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6.zip | |
OpenGL 3+ on OSX with GLFW
Diffstat (limited to 'src/video_core')
| -rw-r--r-- | src/video_core/video_core.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/video_core/video_core.cpp b/src/video_core/video_core.cpp index f2e17f9f9..4e9cd70bc 100644 --- a/src/video_core/video_core.cpp +++ b/src/video_core/video_core.cpp | |||
| @@ -30,6 +30,8 @@ void Start() { | |||
| 30 | 30 | ||
| 31 | /// Initialize the video core | 31 | /// Initialize the video core |
| 32 | void Init(EmuWindow* emu_window) { | 32 | void Init(EmuWindow* emu_window) { |
| 33 | glewExperimental = GL_TRUE; | ||
| 34 | |||
| 33 | g_emu_window = emu_window; | 35 | g_emu_window = emu_window; |
| 34 | g_emu_window->MakeCurrent(); | 36 | g_emu_window->MakeCurrent(); |
| 35 | g_renderer = new RendererOpenGL(); | 37 | g_renderer = new RendererOpenGL(); |