Skip to content

Allow user to select exclusive fullscreen mode#2855

Open
MasonT8198 wants to merge 4 commits into
xemu-project:masterfrom
MasonT8198:feat/enum-fullscreen
Open

Allow user to select exclusive fullscreen mode#2855
MasonT8198 wants to merge 4 commits into
xemu-project:masterfrom
MasonT8198:feat/enum-fullscreen

Conversation

@MasonT8198
Copy link
Copy Markdown
Contributor

@MasonT8198 MasonT8198 commented May 9, 2026

fixes #2709

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request adds support for selecting a specific fullscreen resolution in exclusive mode by introducing a new configuration setting and a selection menu in the UI. The feedback highlights that the implementation should use the display associated with the current window rather than the primary display to ensure correct resolution options, and suggests caching the display modes to improve performance by avoiding redundant system calls and string allocations during UI rendering.

Comment thread ui/xui/main-menu.cc Outdated
Comment thread ui/xui/main-menu.cc
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

Successfully merging this pull request may close these issues.

Enumerate and allow user to select exclusive fullscreen mode

1 participant