RetroArch/qb/config.params.sh

20 lines
890 B
Bash
Raw Normal View History

2010-12-30 02:52:02 +01:00
. qb/qb.params.sh
PACKAGE_NAME=ssnes
PACKAGE_VERSION=0.1
# Adds a command line opt to ./configure --help
# $1: Variable (HAVE_ALSA, HAVE_OSS, etc)
# $2: Comment
# $3: Default arg. auto implies that HAVE_ALSA will be set according to library checks later on.
add_command_line_enable DYNAMIC "Enable dynamic loading of libsnes library." no
2010-12-30 02:52:02 +01:00
add_command_line_string LIBSNES "libsnes library used" "-lsnes"
2010-12-30 03:02:30 +01:00
add_command_line_enable FILTER "Disable CPU filter support" yes
2010-12-30 02:52:02 +01:00
add_command_line_enable CG "Enable CG shader support" auto
add_command_line_enable ALSA "Enable ALSA support" auto
add_command_line_enable OSS "Enable OSS support" auto
add_command_line_enable RSOUND "Enable RSound support" auto
add_command_line_enable ROAR "Enable RoarAudio support" auto
add_command_line_enable AL "Enable OpenAL support" auto
2011-01-01 13:59:44 +01:00
add_command_line_enable JACK "Enable JACK support" auto