IABSD.fr/ports/emulators/ppsspp

Branch :


Log

Author Commit Date CI Message
f3d8779e 2024-05-06 12:23:30 bump REVISION for py3.10 -> py3.11 switch
803f1736 2024-04-27 11:10:40 forgot to remove empty patches spotted by brad
01d81440 2024-04-27 10:57:29 Update to ppsspp-1.17.1 diff from brad
9e33bdd6 2023-12-19 15:00:41 Unbreak on riscv64, we don't have sys/auxv.h or getauxval(). OpenBSD/riscv64 assumes RV64GC, aka RV64IMAFDC. Our kernel provides no support for the V extension.
a5e5b437 2023-12-19 14:56:45 Refresh patches
4e9f450f 2023-10-16 10:23:45 Update to ppsspp-1.16.6.
e0a0d2ef 2023-09-19 08:05:15 Forcibly disable hidden dep on Wayland. The upstream knob to turn it off doesn't work, so Wayland is used unconditionally if installed, necessitating patching the knob. Even if it weren't junked during the build, making Wayland a dependency of this port is not an option right now, as it requires SDL2 to have been built with Wayland support. Build breakage reported by ajacoutot@
48b88713 2023-09-17 08:40:29 Restore patch variable that mistakenly got SUBST_CMDed. Caught by brad
cb20e2fd 2023-09-16 21:02:04 Update to ppsspp-1.16.1. Release notes: https://www.ppsspp.org/news/release-1.16 Some bits from brad: remove non-BE arch restrictions (based on an old bug that's apparently fixed upstream); use system zstd.
1964dc30 2023-09-16 02:11:14 Disable IBT CFI. The CFI violations appear to be in PPSSPP's JIT used for MIPS CPU emulation.