mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-24 12:10:50 -06:00
OpenGL 3+ on OSX with GLFW
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user