Renaming
This commit is contained in:
parent
d6128bf502
commit
f47f483ebe
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
include config.mak
|
include config.mk
|
||||||
|
|
||||||
TARGET = ssnes
|
TARGET = ssnes
|
||||||
|
|
||||||
|
|
4
config.h
4
config.h
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue