-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
move Exit Sequence to the Misc menu, remove Menu Backdrop (#1881)
* move Exit Sequence to the Misc menu * remove Menu Backdrop from the menu * remove Menu Backdrop remnants
- Loading branch information
1 parent
6f1d7f1
commit e61b634
Showing
1 changed file
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e61b634
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we move "Level Brightness" to the new empty space on the "Display" tab to unclutter the "Video" menu a bit?
e61b634
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it makes more sense in the Video tab. If we want to save space, I still think "Fullscreen / Exclusive Fullscreen" and "Uncapped Framerate / Framerate Limit" should be combined somehow, there has to be some kind of solution. #1854
e61b634
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can rename "Level Brightness" to "Extra Brightness" like in KEX port:
The ideal would be to get rid of “Exclusive Fullscreen”, but that would have to wait for SDL3, right?
e61b634
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like it.
If D3D11 and Vulkan become the default in SDL3, then exclusive fullscreen won't be needed for most users. But if anyone is stuck with D3D9 or OpenGL then they'll still need it for less input latency.