forked from knulli-cfw/distribution
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea1c933
commit 8902af4
Showing
190 changed files
with
23 additions
and
6 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
board/batocera/allwinner/h700/patches/libretro-parallel-n64/0001-gl-libmali.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- a/Makefile 2024-07-08 13:39:51.236931472 -0400 | ||
+++ b/Makefile 2024-07-08 13:39:57.552977195 -0400 | ||
@@ -227,7 +227,7 @@ | ||
# Allwinner H5 | ||
ifneq (,$(findstring h5,$(platform))) | ||
GLES = 1 | ||
- GL_LIB := -lGLESv2 | ||
+ GL_LIB := -lGLESv2 -lmali | ||
CPUFLAGS += -DNO_ASM -DARM -DARM_ASM -DDONT_WANT_ARM_OPTIMIZATIONS -DARM_FIX -DCLASSIC -DARM64 | ||
HAVE_NEON = 1 | ||
WITH_DYNAREC=aarch64 |
Oops, something went wrong.