Skip to content

Commit

Permalink
Fix dynarec on systems with 16K PAGESIZE (Raspberry Pi 5). (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanfanel committed Jan 20, 2024
1 parent 3acbd34 commit 27b6dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libretro/Makefile.libretro
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ else ifeq ($(platform),unix)
WITH_DYNAREC := x86
else ifneq ($(findstring aarch64,$(UNAMEM)),)
WITH_DYNAREC := arm64
COMMONFLAGS += -DPAGESIZE=$(shell getconf PAGESIZE)
else ifneq ($(findstring arm64,$(UNAMEM)),)
WITH_DYNAREC := arm64
else ifneq ($(findstring arm,$(UNAMEM)),)
Expand Down

0 comments on commit 27b6dbe

Please sign in to comment.