[PR #2215] [CLOSED] Add an "Increase Safe Zone" option to move OSD messages further away from screen edges #920

Open
opened 2026-01-29 19:10:10 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/2215
Author: @CookiePLMonster
Created: 6/4/2021
Status: Closed

Base: masterHead: safe-zone-for-rounded-edges


📝 Commits (1)

  • e11daa5 Add an "Increase Safe Zone" option to move

📊 Changes

6 files changed (+17 additions, -6 deletions)

View changed files

📝 android/app/src/main/res/values/strings.xml (+2 -0)
📝 android/app/src/main/res/xml/display_preferences.xml (+6 -0)
📝 src/core/settings.cpp (+2 -0)
📝 src/core/settings.h (+1 -0)
📝 src/frontend-common/common_host_interface.cpp (+4 -4)
📝 src/frontend-common/fullscreen_ui.cpp (+2 -2)

📄 Description

Useful for phones with rounded edges, as currently OSD messages are being cut off.

Untested, let's see what comes out of CI.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/stenzek/duckstation/pull/2215 **Author:** [@CookiePLMonster](https://github.com/CookiePLMonster) **Created:** 6/4/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `safe-zone-for-rounded-edges` --- ### 📝 Commits (1) - [`e11daa5`](https://github.com/stenzek/duckstation/commit/e11daa5ef446dac76cccb544afba9fa2f1a46dea) Add an "Increase Safe Zone" option to move ### 📊 Changes **6 files changed** (+17 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `android/app/src/main/res/values/strings.xml` (+2 -0) 📝 `android/app/src/main/res/xml/display_preferences.xml` (+6 -0) 📝 `src/core/settings.cpp` (+2 -0) 📝 `src/core/settings.h` (+1 -0) 📝 `src/frontend-common/common_host_interface.cpp` (+4 -4) 📝 `src/frontend-common/fullscreen_ui.cpp` (+2 -2) </details> ### 📄 Description Useful for phones with rounded edges, as currently OSD messages are being cut off. Untested, let's see what comes out of CI. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 19:10:10 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#920