hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
10.82k stars 2.13k forks source link

Linux (x64) PC: Stretch to Display has no effect #5259

Closed Earnestly closed 10 years ago

Earnestly commented 10 years ago

ppsspp version: 0.9.6-r678-gd2bb9cd (Nvidia 331.38)

I cannot seem to make Stretch to Display work at all, I have selected the option from within the menu and verified that StretchToDisplay = True in the config but the result doesn't seem to be affected.

Screenshot: http://a.pomf.se/hukuge.png

hrydgard commented 10 years ago

Qt build or SDL build?

Earnestly commented 10 years ago

Sorry, SDL build.

fastrizwaan commented 10 years ago

@hrydgard this bug is related to the fullscreen code; if we start PPSSPPSDL --fullscreen and use the 'stretch to display' it works.

Earnestly commented 10 years ago

@fastrizwaan Thank you, this correctly handles Stretch to Display on my end as you said.

xsacha commented 10 years ago

This would get fixed with #4981 SDL just needs to be more aware of its screen space and ability to toggle fullscreen in event loop.