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

Fixes delete roms and a few other various menu actions #2365

Closed
wants to merge 1 commit into from

Conversation

proskd
Copy link
Contributor

@proskd proskd commented Dec 23, 2024

Any action relying on PVEmulatorCongifuration returning the correct path for a game would fail, because it was returning the wrong path. We were computing the directory for the ROM incorrectly, so it was never being found.

What does this PR do

Fixes the computation of the path for a give Game. actions relying on that such as Delete and Move ROM should work properly now.

Where should the reviewer start

How should this be manually tested

Test Delete Rom, move rom, etc.

Any background context you want to provide

What are the relevant tickets

Screenshots (important for UI changes)

Questions

…on returning the correct path for a game, such as move rom to system). We were computing the directory for the ROM incorrectly, so it was never being found.
@JoeMatt
Copy link
Member

JoeMatt commented Dec 26, 2024

rejecting because I had the same change but slightly different using Paths enum instead of PVEmulatorConfiguration

@JoeMatt JoeMatt closed this Dec 26, 2024
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

Successfully merging this pull request may close these issues.

2 participants