From 08ed4d0e57d17071af293a42f458f21f065dcf83 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 8 Mar 2016 16:11:53 +0100 Subject: [PATCH] Cleanup --- libretro-common/include/glsm/glsm.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libretro-common/include/glsm/glsm.h b/libretro-common/include/glsm/glsm.h index b99d315e5b..6da4583825 100644 --- a/libretro-common/include/glsm/glsm.h +++ b/libretro-common/include/glsm/glsm.h @@ -100,6 +100,7 @@ enum SGL_DITHER, SGL_SAMPLE_ALPHA_TO_COVERAGE, SGL_SAMPLE_COVERAGE, + SGL_COLOR_LOGIC_OP, SGL_CAP_MAX };