mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +00:00
Use lower quality sinc on Android.
This commit is contained in:
parent
c5a96adae2
commit
53e766762e
@ -27,7 +27,7 @@ ifeq ($(HAVE_SINC),1)
|
||||
ifeq ($(HAVE_NEON),1)
|
||||
LOCAL_SRC_FILES += ../../../audio/sinc_neon.S.neon
|
||||
endif
|
||||
LOCAL_CFLAGS += -DHAVE_SINC
|
||||
LOCAL_CFLAGS += -DHAVE_SINC -DSINC_LOWER_QUALITY
|
||||
endif
|
||||
|
||||
LOCAL_CFLAGS += -DANDROID_ARM_V7
|
||||
|
Loading…
x
Reference in New Issue
Block a user