From a95dfc04a644d43dc46635339756e4d956fb331a Mon Sep 17 00:00:00 2001 From: yabause Date: Sun, 14 May 2006 09:16:42 +0000 Subject: [PATCH] Added initial framebuffer emulation. You have to define FRAMEBUFFER to enable it (this can be done with ./configure --enable-framebuffer if you're using autotools scripts) --- trunk/desmume/configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/desmume/configure.ac b/trunk/desmume/configure.ac index d00380c7b..8c1c02213 100644 --- a/trunk/desmume/configure.ac +++ b/trunk/desmume/configure.ac @@ -63,6 +63,7 @@ case $target in esac AC_ARG_ENABLE(debug, AC_HELP_STRING(--enable-debug, enable debug information) , AC_DEFINE(DEBUG)) +AC_ARG_ENABLE(framebuffer, AC_HELP_STRING(--enable-framebuffer, enable framebuffer emulation) , AC_DEFINE(FRAMEBUFFER)) AC_CONFIG_FILES([Makefile src/Makefile