mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2215] [CLOSED] Add an "Increase Safe Zone" option to move OSD messages further away from screen edges #920
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/stenzek/duckstation/pull/2215
Author: @CookiePLMonster
Created: 6/4/2021
Status: ❌ Closed
Base:
master← Head:safe-zone-for-rounded-edges📝 Commits (1)
e11daa5Add 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.