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

Pressing start key results in luma crash. #12

Open
ghost opened this issue Sep 23, 2024 · 2 comments
Open

Pressing start key results in luma crash. #12

ghost opened this issue Sep 23, 2024 · 2 comments

Comments

@ghost
Copy link

ghost commented Sep 23, 2024

Platform: n3ds
Issue:
Pressing start results in a crash on the n3ds.
OBSOLETESolution:
Move the start keypress check before activeMenu->handleInput()

@ghost
Copy link
Author

ghost commented Sep 23, 2024

It seems that the issue is primarily present when the start key is pressed during a sort. From the fix I submitted, the program didn't crash when quiting it in the middle of the first 5 or so sorts I did. When I increased the array elements to 100 and tried to reproduce the issue, my fork also crashed.

@ghost ghost mentioned this issue Sep 24, 2024
@ghost
Copy link
Author

ghost commented Sep 24, 2024

Added another commit to my pull request that fixes this issue by preventing quitting in the middle of a sort. Also to prevent starting another sort when a sort is already running.

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

No branches or pull requests

0 participants