Make sinc resampler default on PC.
This commit is contained in:
parent
37ed625bab
commit
c20df730e3
|
@ -15,7 +15,7 @@ HAVE_DYLIB = 1
|
||||||
HAVE_NETPLAY = 1
|
HAVE_NETPLAY = 1
|
||||||
HAVE_THREADS = 1
|
HAVE_THREADS = 1
|
||||||
DYNAMIC = 1
|
DYNAMIC = 1
|
||||||
HAVE_SINC = 0
|
HAVE_SINC = 1
|
||||||
|
|
||||||
ifeq ($(SLIM),)
|
ifeq ($(SLIM),)
|
||||||
HAVE_SDL_IMAGE = 1
|
HAVE_SDL_IMAGE = 1
|
||||||
|
|
|
@ -31,4 +31,4 @@ add_command_line_enable FREETYPE "Enable FreeType support" auto
|
||||||
add_command_line_enable XVIDEO "Enable XVideo support" auto
|
add_command_line_enable XVIDEO "Enable XVideo support" auto
|
||||||
add_command_line_enable SDL_IMAGE "Enable SDL_image support" auto
|
add_command_line_enable SDL_IMAGE "Enable SDL_image support" auto
|
||||||
add_command_line_enable PYTHON "Enable Python 3 support for shaders" auto
|
add_command_line_enable PYTHON "Enable Python 3 support for shaders" auto
|
||||||
add_command_line_enable SINC "Enable Blackman SINC resampler" no
|
add_command_line_enable SINC "Disable SINC resampler" yes
|
||||||
|
|
Loading…
Reference in New Issue