From 7bc7e7399ab22193b77e5ba6b820b6c115005677 Mon Sep 17 00:00:00 2001 From: Xpndable Date: Mon, 3 Apr 2023 02:06:27 +1000 Subject: [PATCH] picoarch pokemini make patch --- makefile | 6 +++++- patches/picoarch/0001-pokemini-make.patch | 12 ++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 patches/picoarch/0001-pokemini-make.patch diff --git a/makefile b/makefile index 91cb538..6c858e3 100644 --- a/makefile +++ b/makefile @@ -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 diff --git a/patches/picoarch/0001-pokemini-make.patch b/patches/picoarch/0001-pokemini-make.patch new file mode 100644 index 0000000..c0e5e91 --- /dev/null +++ b/patches/picoarch/0001-pokemini-make.patch @@ -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 +