====== cen64 ====== ===== Description ===== cen64 est un émulateur Nintendo 64. Pour l'instant la liste des jeux compatible est faible, ne dispose pas d'interface graphique, et requiert le fichier pifdata.bin pour fonctionner. ===== Compilation ===== sudo apt-get install git make cmake libgl-dev libopenal-dev git clone https://github.com/n64dev/cen64 && cd cen64 mkdir build && cd build && cmake .. make -j"$(nproc)" ===== Utilisation ===== ./cen64 pifdata.bin JEUX.z64 ===== Références ===== * https://github.com/n64dev/cen64