You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Platform: n3ds
Issue:
Pressing start results in a crash on the n3ds.
OBSOLETE
Solution:Move the start keypress check before activeMenu->handleInput()
The text was updated successfully, but these errors were encountered: