Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSX doesn’t work. #16

Closed
MainServerSpace opened this issue Dec 29, 2021 · 6 comments
Closed

PSX doesn’t work. #16

MainServerSpace opened this issue Dec 29, 2021 · 6 comments

Comments

@MainServerSpace
Copy link

MainServerSpace commented Dec 29, 2021

Issue with the core used. I tried the other core provided directly with RetroArch and seems to work but not on the in browser one due to PSX Beetle. Also maybe a way to exclude .cue file scans when scanning for the game. More over getting rid of the .cue is not a supported game file.

@thelamer
Copy link
Member

Use chdman to convert to chd is the only recommendation I can make. (This is documented heavily on the landing page along with multi disc support) Compress down your collection.
The only effort this program makes is to pull down a single bin and cue file, multi bins won't work.
In general when doing web stuff it is hard to automate the scanning and proper downloading of the files universally, having a single "rom" file helps immensely.
Not to mention the memory consumption as these files are stored in memory when downloaded.

@thelamer
Copy link
Member

Ref docs:
https://retropie.org.uk/docs/CHD-files/
chdman is included in this image, so you can exec in to run a batch convert if you want.

@60plus
Copy link

60plus commented Dec 29, 2021

@EmperorsLoungeVPN PSX work perfect you need roms i CHD format. bin,cue sometimes work ISO dont work.

@MainServerSpace
Copy link
Author

MainServerSpace commented Dec 29, 2021 via email

@thelamer
Copy link
Member

I am not going to implement logic to parse cue files as is for web loading. The only effort made currently is to look for GAME.bin if GAME.cue exists and download it also.
Again I recommend using chd format if you want to use the web based PSX emulator.

@MainServerSpace
Copy link
Author

MainServerSpace commented Dec 31, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants