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

Fix issue #2772 #2866

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

Conversation

Squall-Leonhart
Copy link

@Squall-Leonhart Squall-Leonhart commented Sep 8, 2024

When building, the WTL Config initialization was being inherited in a busted(incompletely/incompatible) way from GlideNUI instead of GlideNUI-wtl, leading to a character of the rom name being interpretted as the current profile (I think)

This change fixes the ability to read/write custom and user profile settings and closes Issue #2772

It also enables VS Solution dependencies for GlideNUI and -wtl so they are built before GlideN64, preventing cases on windows where the libs for those weren't already built causing build failure.

When building, the Config initialization was being inherited in a busted way from GlidNUI instead of GlideNUI-wtl, leading to a character of the rom name being interpretted as the current profile (I think)

This changes fixes the ability to read/write custom and user profile settings.

It also turns enables dependencies for GlideNUI and -wtl so they are built before GlideN64, preventing cases on windows where the libs for those weren't already built causing build failure.
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