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

[Feature] If platform is PS3, only add specific file as the rom #22

Open
InsertDisc opened this issue Aug 30, 2024 · 1 comment · May be fixed by #28
Open

[Feature] If platform is PS3, only add specific file as the rom #22

InsertDisc opened this issue Aug 30, 2024 · 1 comment · May be fixed by #28
Labels
enhancement New feature or request

Comments

@InsertDisc
Copy link

Is your feature request related to a problem? Please describe.
When installing PS3 games every file in the folder structure gets added as an installed file. Only PS3_GAME/USRDIR/eboot.bin is a valid launch file. This creates a multitude of entries that need removed to get the correct play action.

Describe the solution you'd like
If the platform is PS3 then only add the above mentioned reboot.bin as the rom file.

Describe alternatives you've considered
The only alternative I have been able to come up with is manually editing a game after install as to not have 30+ play actions..

@InsertDisc InsertDisc added the enhancement New feature or request label Aug 30, 2024
@ryanpf
Copy link

ryanpf commented Oct 21, 2024

I am having the same issue with the PC (Windows) platform. I think it should filter based on the Supported File Types in the Emulator configuration. I'm investigating a fix in this file: https://github.com/rommapp/playnite-plugin/blob/v0.2.6/Games/RomMInstallController.cs#L100

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

Successfully merging a pull request may close this issue.

2 participants