Skip to content

Commit

Permalink
picoarch pokemini make patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpndable committed Apr 2, 2023
1 parent 480b832 commit 7bc7e73
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
6 changes: 5 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,17 @@ ifeq "$(GCC_VER_GTE9_0)" "1"
BUNDLE_LIBS=bundle
endif

all: third-party/SDL-1.2/.patched lib sdl core emu tools payload readmes $(BUNDLE_LIBS) zip
all: third-party/SDL-1.2/.patched third-party/picoarch/.patched lib sdl core emu tools payload readmes $(BUNDLE_LIBS) zip

extras: emu

# To fix/move into private repos
third-party/SDL-1.2/.patched:
cd third-party/SDL-1.2 && $(PATCH) -p1 < ../../patches/SDL-1.2/0001-vol-keys.patch && touch .patched

third-party/picoarch/.patched:
cd third-party/picoarch && $(PATCH) -p1 < ../../patches/picoarch/0001-pokemini-make.patch && touch .patched

lib:
cd ./src/libmsettings && make
cd ./src/libmmenu && make
Expand Down
12 changes: 12 additions & 0 deletions patches/picoarch/0001-pokemini-make.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/Makefile b/Makefile
index 18cccfe..84be842 100644
--- a/Makefile
+++ b/Makefile
@@ -75,6 +75,7 @@ picodrive_MAKEFILE = Makefile.libretro

pokemini_REPO = https://github.com/libretro/PokeMini
pokemini_MAKEFILE = Makefile.libretro
+pokemini_REVISION = 684e7ea0950f4df48cd1fbf1160e6af3c262c9f0

quicknes_REPO = https://github.com/libretro/QuickNES_Core

0 comments on commit 7bc7e73

Please sign in to comment.