-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
(SDL) Toggling off fullscreen should restore default window size #11991
Comments
This issue is being closed as a duplicate of #11974. This is an issue tracker - there's a forum if you want to discuss things. You wouldn't add another "bread" item to a grocery list every time you thought about it, right? We do the same here - we already have "bread" (this issue) on our list. By keeping the list clean, we can also make sure all the information a developer needs to fix the issue is at their finger tips. When there are multiple issues, information gets lost and it becomes hard to fix things, so they are fixed more slowly. Duplicates won't make fixes appear faster. And remember - PPSSPP is open source. Try to find new and useful information, and add it to the original issue. If you can't wait any longer, muster up your courage and try fixing it yourself. PPSSPP gets better the more people contribute. You could be that amazing person who solves this problem for everyone. -[Unknown] |
@unknownbrackets This is not a duplicate, please reopen. The issues are different. |
@hrydgard Can you please reopen this issue? The linked issue is not remotely similar outside of both involving the fullscreen toggle. Its really discouraging when it seems that created issues are not even being read... |
Though, I have to say that they do sound very similar... |
Thanks! Unlike that issue when the windows resize it seems to work as expected, I have a problem with how it will resize from fullscreen resolution to a windowed fullscreen resolution. From my observations when toggling from fullscreen to windowed ppsspp will resize to the original window size it started with even if that is the same as fullscreen. Additionally this is not specific to vulkan or any other video backend. |
@hrydgard Do these images help you understand?
What should happen is that it resizes the window to be like the first picture instead of giving me a fullscreen window. |
Ah, this last post definitely helps! |
Sure that works, done. |
Edit: Already fixed. |
That latter part with the portion of the content should be fixed in the latest builds. It's not? |
Yes you are right, I rebuilt the master (a0f8ad4) and that last part is now fixed. |
What happens?
When the SDL fronted is started as fullscreen and the user attempts to toggle fullscreen from the menu ppsspp will change successfully become windowed, but the window size will still be fullscreen.
To reproduce:
When started as a windowed program the original window size will (Probably?) not be the same size as when fullscreen and toggling fullscreen works out just fine.
This is followup to issue #11625 where fullscreen has been problematic with the SDL frontend for a long time.
What should happen?
When ppsspp is toggled from fullscreen it should make sure the window size and the fullscreen size are not the same. If they are the same it should automatically resize ppsspp to a smaller window. The default size for when starting ppsspp as a windowed program would suffice.
What hardware, operating system, and PPSSPP version? On desktop, GPU matters for graphical issues.
OS:
Slackware64-current
ppsspp: d15a6cf
SDL:
2.0.9
GPU:
AMD RX Vega 56
(amdgpu + radeonsi)The text was updated successfully, but these errors were encountered: