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

Config: Don't save --fullscreen unless changed #15558

Merged
merged 1 commit into from
May 29, 2022

Conversation

unknownbrackets
Copy link
Collaborator

This makes --fullscreen and --windowed temporary by using a separate setting. If the setting is changed explicitly, it begins saving it again. This seemed like the simplest way - don't change the setting, actually.

Note that the full screen checkbox will be unchecked in settings (even while full screen) in this state. It could show checked instead, but I felt like it was clearer for this to reflect the setting rather than the current state. Could be convinced otherwise, though.

Fixes #15557.

-[Unknown]

This makes --fullscreen and --windowed temporary by using a separate
setting.  If the setting is changed explicitly, it begins saving it again.
@Blackbird88
Copy link

Works perfectly! Thank you so much!

@hrydgard
Copy link
Owner

Nice and straightforward, thanks!

Feels like something a future configuration system could support in a more generic way, although of course would need to do everything through accessors, which isn't always super attractive.

@hrydgard hrydgard added the User Interface PPSSPP's own user interface / UX label May 29, 2022
@hrydgard hrydgard added this to the v1.13.0 milestone May 29, 2022
@hrydgard hrydgard merged commit 21bf41e into hrydgard:master May 29, 2022
@unknownbrackets unknownbrackets deleted the fullscreen branch May 29, 2022 18:06
@iota97 iota97 mentioned this pull request Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

--fullscreen should not change the actual fullscreen option, it should be temporary
3 participants