Search
lxdream.org :: lxdream/config.h.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename config.h.in
changeset 1097:d4807997e450
prev1066:ddffe9d2b332
next1147:e04e4af64626
author nkeynes
date Sun Oct 24 11:50:17 2010 +1000 (13 years ago)
permissions -rw-r--r--
last change Set gl texture parameters at texture load time rather than render time.
(This does mean that if the texture is used with variant parameters it will be
loaded multiple times). 3-4% faster this way
file annotate diff log raw
1.1 --- a/config.h.in Sun Jul 05 13:53:48 2009 +1000
1.2 +++ b/config.h.in Sun Oct 24 11:50:17 2010 +1000
1.3 @@ -16,7 +16,7 @@
1.4 /* Enable SH4 statistics */
1.5 #undef ENABLE_SH4STATS
1.6
1.7 -/* Enable shared library support */
1.8 +/* Enable shared-library plugins */
1.9 #undef ENABLE_SHARED
1.10
1.11 /* Enable IO tracing */
1.12 @@ -85,6 +85,9 @@
1.13 /* Define to 1 if you have the `z' library (-lz). */
1.14 #undef HAVE_LIBZ
1.15
1.16 +/* Using the linux native CDROM driver */
1.17 +#undef HAVE_LINUX_CDROM
1.18 +
1.19 /* Have linux joystick support */
1.20 #undef HAVE_LINUX_JOYSTICK
1.21
.