mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-27 17:42:25 -07:00
@@ -32,7 +32,7 @@
|
||||
|
||||
class SDLGLContext : public Core::Frontend::GraphicsContext {
|
||||
public:
|
||||
explicit SDLGLContext(SDL_Window* window) : window(window) {
|
||||
explicit SDLGLContext(SDL_Window* window_) : window{window_} {
|
||||
context = SDL_GL_CreateContext(window);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user