====== PPSSPP ====== ===== Description ===== PPSSPP est un émulateur Sony PSP. ===== Compilation ===== apt install git build-essential cmake libgl1-mesa-dev libsdl2-dev libvulkan-dev git clone https://github.com/hrydgard/ppsspp && cd ppsspp git submodule update --init --recursive mkdir build && cd build && cmake .. make -j"$(nproc)" ===== Références ===== * https://www.ppsspp.org/ * https://github.com/hrydgard/ppsspp