From 516422b1d12fad4267e016641e1e7d9093a47bc1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 24 Nov 2015 00:23:32 +0100 Subject: [PATCH] Build fix --- gfx/drivers/gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx/drivers/gl.c b/gfx/drivers/gl.c index 301033448f..7447f957a3 100644 --- a/gfx/drivers/gl.c +++ b/gfx/drivers/gl.c @@ -1411,7 +1411,7 @@ static INLINE void gl_copy_frame(gl_t *gl, const void *frame, else #endif { - bool use_rgba = video_driver_ctl(VIDEO_DISPLAY_CTL_SUPPORTS_RGBA, NULL); + bool use_rgba = video_driver_ctl(RARCH_DISPLAY_CTL_SUPPORTS_RGBA, NULL); glPixelStorei(GL_UNPACK_ALIGNMENT, video_pixel_get_alignment(width * gl->base_size));