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

[Rosalina Feature Request] Go back to the home menu from the Rosalina menu #1516

Open
emanoel182 opened this issue Nov 5, 2020 · 3 comments

Comments

@emanoel182
Copy link

I could add in the Rosalina Menu the function of the home button, my home button is broken. Thanks for the project.

@AuroraWright AuroraWright changed the title Fuction Home Button in Rosalina Menu. [Rosalina Feature Request] Go back to the home menu from the Rosalina menu Nov 17, 2020
@b-m-f
Copy link

b-m-f commented Mar 22, 2023

Is there any info on how I could go about implementing this?

I also have a 3DS with a broken home button.

@b-m-f
Copy link

b-m-f commented Mar 22, 2023

if(!(oldSpecialButtons & 1) && (specialButtons & 1)) // HOME button pressed

This could be helpful

@b-m-f
Copy link

b-m-f commented Mar 22, 2023

Maybe its possible to:

  • register combo which will
  • enable redirection and get the socket
  • send home button code through the socket
  • close redirection

Unfortunately I have no experience on the 3DS system.
Could this work or am I missing some basic understanding?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants