mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-04 05:04:33 +00:00
[PR #2852] [CLOSED] Optional renderer #1227
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/2852
Author: @stenzek
Created: 7/31/2022
Status: ❌ Closed
Base:
master← Head:optional-renderer📝 Commits (2)
a899ca8Build: Make OpenGL/Vulkan renderers optionalaf6903bBuild: Add Mac dependencies and fix packaging📊 Changes
25 files changed (+595 additions, -235 deletions)
View changed files
📝
.github/workflows/rolling-release.yml(+48 -36)📝
CMakeLists.txt(+2 -0)📝
duckstation.sln(+0 -8)➕
scripts/build-dependencies-mac.sh(+122 -0)📝
src/common/CMakeLists.txt(+106 -79)📝
src/common/common.props(+5 -2)📝
src/common/common.vcxproj(+107 -37)📝
src/common/gl/context.cpp(+1 -1)📝
src/common/threading.cpp(+4 -1)📝
src/core/CMakeLists.txt(+16 -5)📝
src/core/core.vcxproj(+12 -4)📝
src/core/gpu.h(+6 -0)📝
src/core/settings.cpp(+13 -2)📝
src/core/settings.h(+8 -2)📝
src/core/shadergen.cpp(+29 -3)📝
src/core/shadergen.h(+3 -0)📝
src/core/system.cpp(+4 -0)📝
src/core/types.h(+4 -0)📝
src/duckstation-qt/CMakeLists.txt(+28 -30)📝
src/duckstation-qt/displaysettingswidget.cpp(+5 -2)...and 5 more files
📄 Description
PR for CI test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.