mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 13:20:30 +00:00
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…
x
Reference in New Issue
Block a user