Skip to content

Commit

Permalink
Update Makefile.common
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach authored May 19, 2024
1 parent 5a1c5fc commit 3aa60e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ifneq ($(STATIC_LINKING), 1)
SOURCES_C += $(CORE_DIR)/vendor/libretro-common/string/stdstring.c
SOURCES_C += $(CORE_DIR)/vendor/libretro-common/time/rtime.c
SOURCES_C += $(CORE_DIR)/vendor/libretro-common/vfs/vfs_implementation.c
SOURCES_C += $(CORE_DIR)/vendor/libretro-common/compat/fopen_utf8.c

# Ensure the sinc_resampler_neon is available for ARM NEON devices.
SOURCES_S += $(CORE_DIR)/vendor/libretro-common/audio/resampler/drivers/sinc_resampler_neon.S
Expand Down

0 comments on commit 3aa60e4

Please sign in to comment.