mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #1260] [CLOSED] Pending #409
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/1260
Author: @VermillionFury007
Created: 12/19/2020
Status: ❌ Closed
Base:
master← Head:pending📝 Commits (2)
b05fb09HostDisplay: Support screenshotting 16-bit display formats41f1dbdSettings: 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.