diff options
author | archshift <admin@archshift.com> | 2014-05-01 02:00:36 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-05-01 02:00:36 +0200 |
commit | c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6 (patch) | |
tree | a6c51db895d75c4db877bad1b7ddec1c5da4952b /src/video_core/video_core.cpp | |
parent | A bit of Cmake love (diff) | |
download | yuzu-c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6.tar yuzu-c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6.tar.gz yuzu-c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6.tar.bz2 yuzu-c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6.tar.lz yuzu-c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6.tar.xz yuzu-c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6.tar.zst yuzu-c1b770cc0db5649c4b9dc52f5e31105b2bc88eb6.zip |
Diffstat (limited to 'src/video_core/video_core.cpp')
-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() { /// Initialize the video core void Init(EmuWindow* emu_window) { + glewExperimental = GL_TRUE; + g_emu_window = emu_window; g_emu_window->MakeCurrent(); g_renderer = new RendererOpenGL(); |