This commit is contained in:
Themaister 2010-05-29 17:01:11 +02:00
parent d6128bf502
commit f47f483ebe
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
include config.mak include config.mk
TARGET = ssnes TARGET = ssnes

View File

@ -38,7 +38,7 @@
#define AUDIO_ALSA 3 #define AUDIO_ALSA 3
//////////////////////// ////////////////////////
// Chooses which video and audio subsystem to use. Remember to update config.mak if you change these. // Chooses which video and audio subsystem to use. Remember to update config.mk if you change these.
#define VIDEO_DRIVER VIDEO_GL #define VIDEO_DRIVER VIDEO_GL
#define AUDIO_DRIVER AUDIO_ALSA #define AUDIO_DRIVER AUDIO_ALSA
@ -71,7 +71,7 @@ static const bool force_aspect = true;
#define FILTER_HQ4X 2 #define FILTER_HQ4X 2
//////////////////////// ////////////////////////
// If you change this to something other than the HQ filters, make sure that you build the filter module in config.mak. // If you change this to something other than the HQ filters, make sure that you build the filter module in config.mk.
#define VIDEO_FILTER FILTER_NONE #define VIDEO_FILTER FILTER_NONE