Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.16 KB

File metadata and controls

21 lines (11 loc) · 1.16 KB

Local updates to FreeBSD Port: ppsspp

This started out as a custom Port of PPSSPP that I created to build PPSSPP on FreeBSD against ffmpeg-3.0.2 instead of more broken (for purposes of PSP game compatibility) later versions. However, on 4 December 2024 it became the FreeBSD official port, so for someone wanting to install PPSSPP on FreeBSD, I recommend just using Ports/packages on your system.

I'll keep this repo public just to log my tweaks to the port prior to submission/updates to the official Port.

I started this local fork of the official FreeBSD Port because of FFmpeg-related FMV compatibility issues/random PPSSPP crashes. As documented in numerous places by the PPSSPP devs, any version of ffmpeg over 3.0.2 starts to break PPSSPP's normally excellent PSP game compatibility:

hrydgard/ppsspp#15308 (comment)

hrydgard/ppsspp#17336

hrydgard/ppsspp#6663

hrydgard/ppsspp#15969

hrydgard/ppsspp#15788

hrydgard/ppsspp#11490 (comment)

Homebrew/homebrew-core#84737