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
11.09k stars 2.16k forks source link

[Feature Request] Limit vertical screenspace used by PPSSPP notification banners #19479

Closed Abbanon closed 5 days ago

Abbanon commented 1 week ago

What should happen

It's far too easy to completely drown out the game screen by spamming actions that bring up PPSSPP notification banners, for example when toggle spamming texture replacement (pictured below). It would be much better overall if this were limited to 2-3 banners visible at one time, with an optional setting to toggle the appearance of certain notification banners entirely (such as disabling screenshot banners, and/or texture replacement banners, etc.) Having these options and/or banner appearance limitations would greatly benefit texture pack developers who have to toggle their textures for development and comparison purposes. Screenshot_1

Who would this benefit

More or less everyone, but primarily texture pack developers.

Platform (if relevant)

None

Games this would be useful in

Everything

Other emulators or software with a similar feature

No response

Checklist

hrydgard commented 1 week ago

There's already a feature to deduplicate the same notifications, we should use that in more places such as this one, to start with.

May also indeed consider a vertical limitation..

hrydgard commented 5 days ago

19485 should make this good enough. Closing.