ppsspp
ppsspp-sdl 1.20.4
HLE Playstation Portable emulator, written in C++ (SDL + headless)
<rendered-html><p>PPSSPP is a PSP emulator, which means that it can run games and other software that was originally made for the Sony PSP.</p> <p>The PSP had multiple types of software. The two most common are native PSP games on UMD discs and downloadable games (that were stored in the directory PSP/GAME on the “memory stick”). But there were also UMD Video discs, and PS1 games that could run in a proprietary emulator. PPSSPP does not run those.</p> </rendered-html>
https://www.ppsspp.org/GNU General Public License v2.0 or later
main program: ppssppprograms: ppsspp-headless, ppsspp
Platforms (24)
riscv32-linuxmips64-linuxmipsel-linuxriscv64-linuxarmv6l-linuxmips-linuxarmv7l-linuxmicroblaze-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ ppsspp ];
Ad-hoc shell
nix-shell -p ppsspp
Flake (nix run)
nix run nixpkgs#ppsspp