mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2828] [MERGED] Add keys to more OSD messages #1192
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/2828
Author: @CookiePLMonster
Created: 5/9/2022
Status: ✅ Merged
Merged: 5/13/2022
Merged by: @stenzek
Base:
master← Head:keyed-osd📝 Commits (1)
3a70e4dAdd keys to more OSD messages:📊 Changes
3 files changed (+32 additions, -27 deletions)
View changed files
📝
src/core/gpu_hw.cpp(+9 -7)📝
src/core/host_interface.cpp(+2 -2)📝
src/frontend-common/common_host_interface.cpp(+21 -18)📄 Description
The following actions, bindable to hotkeys, previously did not have keys for their OSD messages.
This means that bashing hotkeys back and forth could result in spam like this, where all but the last message are meaningless:

This also makes behaviour more consistent as e.g. PGXP, PGXP depth buffer toggles already were keyed, but e.g. PGXP CPU was not.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.