Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
fix: Fix core builds
Browse files Browse the repository at this point in the history
  • Loading branch information
robshape committed Apr 4, 2024
1 parent 12452ea commit d7b3407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cores/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ gpsp_HASH = 1d1c719 # last known working save states
mednafen_supafaust_REPO = https://github.com/libretro/supafaust

pcsx_rearmed_MAKEFILE = Makefile.libretro
pcsx_rearmed_HASH = e2fb138 # last known working build

picodrive_REPO = https://github.com/irixxxx/picodrive
picodrive_MAKEFILE = Makefile.libretro
Expand Down
2 changes: 1 addition & 1 deletion cores/patches/fceumm.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ index 14b8cbedb12860aedc2bc21119735247929bdbd3..0d1787ef81ffc6cdb2b4982c779a89ef
+ CC = $(CROSS_COMPILE)gcc
+ CXX = $(CROSS_COMPILE)g++
+ AR = $(CROSS_COMPILE)ar
+ SHARED := -shared -Wl,--version-script=src/libretro/link.T -Wl,-no-undefined
+ SHARED := -shared -Wl,--version-script=src/drivers/libretro/link.T -Wl,-no-undefined
+ LDFLAGS += -fPIC -flto
+ CFLAGS += -marm -mtune=cortex-a9 -mfpu=neon-fp16 -mfloat-abi=hard -march=armv7-a -fomit-frame-pointer
+ CFLAGS += -fomit-frame-pointer -ffast-math -fPIC -flto
Expand Down

0 comments on commit d7b3407

Please sign in to comment.