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

Copy xlcore's method for frontier fallback #1660

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

reiichi001
Copy link
Contributor

Turns out things explode if you run the launcher with XL_NOAUTOUPDATE because the frontier fallback didn't work / was old.

While I could have just changed a couple 650s to 710s, I didn't really like that patchinstaller also relies on a hardcoded entry.

So I'm copying the method that xlcore uses to try to fetch from kamori first. And then use a gross fallback, but in a place where we'd only have to change it once.

I'm certain there's a better way to do this, but I'm tired and this was the fastest/easiest I could think of.

Turns out things explode if you run the launcher with  XL_NOAUTOUPDATE because the frontier fallback didn't work / was old.

While I could have just changed a couple 650s to 710s, I didn't really like that patchinstaller also relies on a hardcoded entry.

So I'm copying the method that xlcore uses to try to fetch from kamori first. And then use a gross fallback, but in a place where we'd only have to change it once.

I'm certain there's a better way to do this, but I'm tired and this was the fastest/easiest I could think of.
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.

1 participant