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

--fullscreen should not change the actual fullscreen option, it should be temporary #15557

Closed
2 tasks done
Blackbird88 opened this issue May 27, 2022 · 0 comments · Fixed by #15558
Closed
2 tasks done
Labels
User Interface PPSSPP's own user interface / UX
Milestone

Comments

@Blackbird88
Copy link

What should happen

--fullscreen command line argument should work like it does in other emulators and only make PPSSPP fullscreen when it's used

How it works now:

  1. PPSSPP is set to Windowed
  2. Use --fullscreen to launch PPSSPP
  3. Close it
  4. Next time you launch without any arguments it's still fullscreen even though it shouldn't remember that

How it should work

  1. PPSSPP is set to Windowed
  2. Use --fullscreen to launch PPSSPP
  3. Close it
  4. Next time you launch it's Windowed, because that is the option you set

Who would this benefit

  • Creates consistency in how fullscreen command line arguments work in other emulators
  • Can use --fullscreen in frontend, while launching the emulator normally just for testing stuff can be Windowed

Platform (if relevant)

Windows

Games this would be useful in

PPSSPP

Other emulators or software with a similar feature

It already works like this in all other emulators I have ever used. PPSSPP is the outlier here.

Checklist

@hrydgard hrydgard added the User Interface PPSSPP's own user interface / UX label May 27, 2022
@hrydgard hrydgard added this to the Future-Prio milestone May 27, 2022
@unknownbrackets unknownbrackets modified the milestones: Future-Prio, v1.13.0 May 29, 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 a pull request may close this issue.

3 participants