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

unpkg/edat: Extract and check for edat on the correct directory #10891

Merged
merged 3 commits into from Sep 18, 2021

Conversation

AniLeo
Copy link
Member

@AniLeo AniLeo commented Sep 18, 2021

Follow-up to #10581

After checking on console, it appears the unpkg code has been incorrect. It's very likely that other content types also do not need the title ID to be appended, needs further investigation. For now, this hotfixes the previous assumption.

@elad335
Copy link
Contributor

elad335 commented Sep 18, 2021

I'd add a bool var before the switch statement, then each content type can specify if it needs to append title ID or not because I suspect this will be a revisted topic in the future.

@AniLeo
Copy link
Member Author

AniLeo commented Sep 18, 2021

Then the concatenation can just be inside the switch cases as needed in the future IMO, it's likely other cases don't need it as well

@AniLeo AniLeo merged commit c995505 into RPCS3:master Sep 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants