[PR #2965] [MERGED] HostDisplay: Treat internal res screenshots as a screenshot #1402

Closed
opened 2026-01-29 19:16:42 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/2965
Author: @stenzek
Created: 5/1/2023
Status: Merged
Merged: 5/3/2023
Merged by: @stenzek

Base: masterHead: resize


📝 Commits (1)

  • 6b366af HostDisplay: Treat internal res screenshots as a screenshot

📊 Changes

11 files changed (+124 additions, -77 deletions)

View changed files

📝 src/core/host_display.cpp (+70 -18)
📝 src/core/host_display.h (+3 -3)
📝 src/core/system.cpp (+5 -6)
📝 src/frontend-common/d3d11_host_display.cpp (+9 -11)
📝 src/frontend-common/d3d11_host_display.h (+2 -2)
📝 src/frontend-common/d3d12_host_display.cpp (+9 -10)
📝 src/frontend-common/d3d12_host_display.h (+2 -2)
📝 src/frontend-common/opengl_host_display.cpp (+11 -11)
📝 src/frontend-common/opengl_host_display.h (+2 -2)
📝 src/frontend-common/vulkan_host_display.cpp (+9 -10)
📝 src/frontend-common/vulkan_host_display.h (+2 -2)

📄 Description

No description provided


🔄 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/2965 **Author:** [@stenzek](https://github.com/stenzek) **Created:** 5/1/2023 **Status:** ✅ Merged **Merged:** 5/3/2023 **Merged by:** [@stenzek](https://github.com/stenzek) **Base:** `master` ← **Head:** `resize` --- ### 📝 Commits (1) - [`6b366af`](https://github.com/stenzek/duckstation/commit/6b366afb05ca48e2ba6dca2d517d56e05d9092e6) HostDisplay: Treat internal res screenshots as a screenshot ### 📊 Changes **11 files changed** (+124 additions, -77 deletions) <details> <summary>View changed files</summary> 📝 `src/core/host_display.cpp` (+70 -18) 📝 `src/core/host_display.h` (+3 -3) 📝 `src/core/system.cpp` (+5 -6) 📝 `src/frontend-common/d3d11_host_display.cpp` (+9 -11) 📝 `src/frontend-common/d3d11_host_display.h` (+2 -2) 📝 `src/frontend-common/d3d12_host_display.cpp` (+9 -10) 📝 `src/frontend-common/d3d12_host_display.h` (+2 -2) 📝 `src/frontend-common/opengl_host_display.cpp` (+11 -11) 📝 `src/frontend-common/opengl_host_display.h` (+2 -2) 📝 `src/frontend-common/vulkan_host_display.cpp` (+9 -10) 📝 `src/frontend-common/vulkan_host_display.h` (+2 -2) </details> ### 📄 Description _No description provided_ --- <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:16:42 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#1402