Out Run (Cannonball) ne fonctionne pas
-
J'ai tout essayé, des sets de roms à n'en plus finir, rien y fait.
(tout copié dans ports/Out Run/ )
Le pire c'est qu'il marche sur mon PC... je comprends pas... j'ai copier le dossier et il ne s'affiche toujours pas dans "ports"
On ne pourrait pas avoir un petit script (Windows & Linux) pour faire vérifier les bons fichiers au pire ?
Recalbox 9.1 sur Raspberry pi4
-
J'ai develloppé un script (Merci Chat GPT) :
@echo off setlocal rem Add all the file names you want to check below, separated by a space set "files=epr-10187.88 epr-10327a.76 epr-10328a.75 epr-10329a.58 epr-10330a.57 epr-10380b.133 epr-10381a.132 epr-10382b.118 epr-10383b.117 mpr-10371.9 mpr-10372.13 mpr-10373.10 mpr-10374.14 mpr-10375.11 mpr-10376.15 mpr-10377.12 mpr-10378.16 opr-10185.11 opr-10186.47 opr-10188.71 opr-10189.70 opr-10190.69 opr-10191.68 opr-10192.67 opr-10193.66 opr-10230.104 opr-10231.103 opr-10232.102 opr-10266.101 opr-10267.100 opr-10268.99" rem Get the full path of the current directory set "current_dir=%~dp0" rem Iterate over each file name and check if it exists in the current directory for %%f in (%files%) do ( if exist "%current_dir%%%f" ( echo %%f is present. ) else ( echo %%f is missing. ) ) pause
J'ai bien tous les fichiers.
Donc what else ?
-
En fait y'a déjà un issue GitLab ouvert :
https://gitlab.com/recalbox/recalbox/-/issues/2233
Le nom "CANONBALL" ou "OUTRUN N'apparait pas c'est EPR-10187 qu'il faut choisir
[Resolu]
-