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

Init and close Set service so auto language work now. #31

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

shadow2560
Copy link
Contributor

Fix issue #27, I've chosen to init and close Set service in the "main.cpp" file.

@ITotalJustice
Copy link
Owner

Thanks for the pr. For consistency sake, would you mind changing the init to after the account init here

if (R_FAILED(rc = accountInitialize(is_application ? AccountServiceType_Application : AccountServiceType_System)))
and the exit before closing the account here
accountExit();

@shadow2560
Copy link
Contributor Author

Done.

@ITotalJustice ITotalJustice merged commit c8c4a27 into ITotalJustice:master Dec 20, 2024
4 checks passed
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