From 817b80bd7d205198ca7ffcee5a054f512449c337 Mon Sep 17 00:00:00 2001 From: ro8inmorgan Date: Sun, 11 May 2025 22:24:21 +0200 Subject: [PATCH 1/3] Pinned pokemon mini to last working commit for now --- workspace/tg5040/cores/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/tg5040/cores/makefile b/workspace/tg5040/cores/makefile index 167996be1..bf6bf59ac 100755 --- a/workspace/tg5040/cores/makefile +++ b/workspace/tg5040/cores/makefile @@ -40,7 +40,7 @@ picodrive_MAKEFILE = Makefile.libretro # https://github.com/LoveRetro/NextUI/issues/68 picodrive_HASH = b0be121 -pokemini_REPO = https://github.com/libretro/PokeMini +pokemini_REPO = https://github.com/libretro/PokeMini/commit/f534d9cb5b7252ae2435640e69bac67592c139bc pokemini_MAKEFILE = Makefile.libretro prboom_REPO = https://github.com/libretro/libretro-prboom From e6e963d23c5519a44e20f59cad63f2e0c12f7d3f Mon Sep 17 00:00:00 2001 From: ro8inmorgan Date: Sun, 11 May 2025 22:27:40 +0200 Subject: [PATCH 2/3] Pinned pokemon mini to hash with pokemini_HASH --- workspace/tg5040/cores/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/workspace/tg5040/cores/makefile b/workspace/tg5040/cores/makefile index bf6bf59ac..0de45da8e 100755 --- a/workspace/tg5040/cores/makefile +++ b/workspace/tg5040/cores/makefile @@ -40,8 +40,10 @@ picodrive_MAKEFILE = Makefile.libretro # https://github.com/LoveRetro/NextUI/issues/68 picodrive_HASH = b0be121 -pokemini_REPO = https://github.com/libretro/PokeMini/commit/f534d9cb5b7252ae2435640e69bac67592c139bc +pokemini_REPO = https://github.com/libretro/PokeMini pokemini_MAKEFILE = Makefile.libretro +# Our patchfile doesn't work on latest Pokemon mini commits, pinning to last working hash for now +pokemini_HASH = f534d9c prboom_REPO = https://github.com/libretro/libretro-prboom From 1f3faa81167e81c0b6ef865f94d21194c146ec4f Mon Sep 17 00:00:00 2001 From: ro8inmorgan Date: Sun, 11 May 2025 22:31:31 +0200 Subject: [PATCH 3/3] older hash --- workspace/tg5040/cores/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/tg5040/cores/makefile b/workspace/tg5040/cores/makefile index 0de45da8e..acfa240df 100755 --- a/workspace/tg5040/cores/makefile +++ b/workspace/tg5040/cores/makefile @@ -43,7 +43,7 @@ picodrive_HASH = b0be121 pokemini_REPO = https://github.com/libretro/PokeMini pokemini_MAKEFILE = Makefile.libretro # Our patchfile doesn't work on latest Pokemon mini commits, pinning to last working hash for now -pokemini_HASH = f534d9c +pokemini_HASH = 78656d4 prboom_REPO = https://github.com/libretro/libretro-prboom