christianhaitian / arkos

Another rockchip Operating System
MIT License
1.38k stars 81 forks source link

unrecognized games #195

Closed fabinhojcr closed 3 years ago

fabinhojcr commented 3 years ago

I added several ps1 games to the psx folder but only a few are recognized and added to the front end list, all games are in .Bin format

christianhaitian commented 3 years ago

They have to have a corresponding .cue file for them to be recognized.

fabinhojcr commented 3 years ago

some recognized without the cue file, I solved the problem by converting the files to PBP

christianhaitian commented 3 years ago

.bin shouldn't be recognized without a .cue file. https://github.com/christianhaitian/arkos/wiki/ArkOS-Emulators-and-Ports-information#playstation-1-psx

fabinhojcr commented 3 years ago

The strange thing is that some .Bin files were recognized even without the CUE, but anyway my problem has already been solved, thanks for the help.