Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1239:be3121267597
prev1235:8da2f3dad9c0
author nkeynes
date Wed Sep 19 08:42:18 2012 +1000 (11 years ago)
permissions -rw-r--r--
last change Invalidate render buffers when vram32 region is written from DMA / store
queue. Patch from Guinux, thanks!
file annotate diff log raw
1.1 --- a/config.h.in Fri Feb 24 21:11:58 2012 +1000
1.2 +++ b/config.h.in Wed Sep 19 08:42:18 2012 +1000
1.3 @@ -67,6 +67,9 @@
1.4 /* Define if the GNU gettext() function is already present or preinstalled. */
1.5 #undef HAVE_GETTEXT
1.6
1.7 +/* Using GLESv2 */
1.8 +#undef HAVE_GLES2
1.9 +
1.10 /* Have GLX support */
1.11 #undef HAVE_GLX
1.12
.