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)
This commit is contained in:
yabause 2006-05-14 09:16:42 +00:00
parent a26856e8b1
commit 5ef9f4eee7
1 changed files with 1 additions and 0 deletions

View File

@ -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