mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-04 18:36:31 -05: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