Skip to content

Commit

Permalink
libnx compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
schellingb committed Dec 23, 2024
1 parent de5df8f commit a6acc12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ else ifeq ($(platform),libnx)
COMMONFLAGS += -I$(LIBNX)/include/ -D__SWITCH__ -DHAVE_LIBNX
COMMONFLAGS += -march=armv8-a -mtune=cortex-a57 -mtp=soft -fPIC
STATIC_LINKING = 1
SOURCES += libretro-common/features/features_cpu.inl
SOURCES += libretro-common/features/features_cpu.c
else ifeq ($(platform),gcw0)
# You must used the toolchain built on or around 2014-08-20
OUTNAME := dosbox_pure_libretro.so
Expand Down
1 change: 1 addition & 0 deletions libretro-common/features/features_cpu.c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#include "features_cpu.inl"

0 comments on commit a6acc12

Please sign in to comment.