diff options
Diffstat (limited to 'src/utils/sdl2helper.cpp')
-rw-r--r-- | src/utils/sdl2helper.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils/sdl2helper.cpp b/src/utils/sdl2helper.cpp index 3b2b988a0..07f8d965c 100644 --- a/src/utils/sdl2helper.cpp +++ b/src/utils/sdl2helper.cpp @@ -126,4 +126,8 @@ void *SDL::createGLContext(SDL_Window *const window, return context; } +void SDL::makeCurrentContext(void *const context A_UNUSED) +{ +} + #endif // USE_SDL2 |