-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
UI: Improve user experience when AV Pack is set to "None" #1308
Conversation
There's nothing inherently wrong with warning users about this, however I think a better approach would be to remove the option from the UI. Having no avpack connected is not beneficial to any end user and is only useful to a developer testing how the kernel and software react to that situation. People who need this functionality can already do this via command line launch options and via config. |
I counter that it would make blindfolded playthroughs more authentic! 😸 |
I would prefer that we keep the option in the UI, I agree that having it there is better UX than requiring a command line argument even for developer use. As an alternative, we can add a warning above or below the setting in the UI if |
Current implementation doesn't just disable video output, but emulates what happens if you haven't connected the AV Pack. What happens is the front LEDs flash orange and green and execution stops - not at all helpful for speedrunning. |
I agree a better default uninitialized screen would be nice, but I think we can do better than more console text here. How about just warning on the settings page when None is selected |
Did you just revert the whole PR? |
Main code has been updated |
all the modifications were applied, should be ready to merge |
Thanks! |
Fixes #1186
test.mp4