[PR #1260] [CLOSED] Pending #409

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

📋 Pull Request Information

Original PR: https://github.com/stenzek/duckstation/pull/1260
Author: @VermillionFury007
Created: 12/19/2020
Status: Closed

Base: masterHead: pending


📝 Commits (2)

  • b05fb09 HostDisplay: Support screenshotting 16-bit display formats
  • 41f1dbd Settings: Make fast boot enabled by default

📊 Changes

13 files changed (+178 additions, -58 deletions)

View changed files

📝 android/app/src/main/res/xml/enhancements_preferences.xml (+1 -1)
📝 src/core/host_display.cpp (+106 -14)
📝 src/core/host_display.h (+5 -4)
📝 src/core/settings.cpp (+1 -1)
📝 src/duckstation-libretro/libretro_host_display.cpp (+2 -2)
📝 src/duckstation-libretro/libretro_host_display.h (+2 -2)
📝 src/duckstation-libretro/libretro_host_interface.cpp (+1 -1)
📝 src/frontend-common/d3d11_host_display.cpp (+13 -4)
📝 src/frontend-common/d3d11_host_display.h (+2 -2)
📝 src/frontend-common/opengl_host_display.cpp (+38 -19)
📝 src/frontend-common/opengl_host_display.h (+2 -2)
📝 src/frontend-common/vulkan_host_display.cpp (+3 -4)
📝 src/frontend-common/vulkan_host_display.h (+2 -2)

📄 Description

Make the emulator portable.
merge settings.ini folder(C:\Users\robot\Documents\DuckStation) with .exe folder


🔄 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/1260 **Author:** [@VermillionFury007](https://github.com/VermillionFury007) **Created:** 12/19/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `pending` --- ### 📝 Commits (2) - [`b05fb09`](https://github.com/stenzek/duckstation/commit/b05fb092c96536efb9bf56932deece2dda21c905) HostDisplay: Support screenshotting 16-bit display formats - [`41f1dbd`](https://github.com/stenzek/duckstation/commit/41f1dbd66686ce3d92a79b6deb649046573bc428) Settings: Make fast boot enabled by default ### 📊 Changes **13 files changed** (+178 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `android/app/src/main/res/xml/enhancements_preferences.xml` (+1 -1) 📝 `src/core/host_display.cpp` (+106 -14) 📝 `src/core/host_display.h` (+5 -4) 📝 `src/core/settings.cpp` (+1 -1) 📝 `src/duckstation-libretro/libretro_host_display.cpp` (+2 -2) 📝 `src/duckstation-libretro/libretro_host_display.h` (+2 -2) 📝 `src/duckstation-libretro/libretro_host_interface.cpp` (+1 -1) 📝 `src/frontend-common/d3d11_host_display.cpp` (+13 -4) 📝 `src/frontend-common/d3d11_host_display.h` (+2 -2) 📝 `src/frontend-common/opengl_host_display.cpp` (+38 -19) 📝 `src/frontend-common/opengl_host_display.h` (+2 -2) 📝 `src/frontend-common/vulkan_host_display.cpp` (+3 -4) 📝 `src/frontend-common/vulkan_host_display.h` (+2 -2) </details> ### 📄 Description Make the emulator portable. merge settings.ini folder(C:\Users\robot\Documents\DuckStation) with .exe folder --- <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:07:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/duckstation#409