[PR #116] [MERGED] video_core: prefer discrete gpu if available #1308

Closed
opened 2026-02-27 21:12:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/116
Author: @psucien
Created: 4/29/2024
Status: Merged
Merged: 4/29/2024
Merged by: @raphaelthegreat

Base: mainHead: vk_device_autoselect


📝 Commits (4)

  • 1ac807d video_core: prefer discrete gpu if available
  • 7c34ac7 ci: Upgrade to clang format 17
  • a97f881 rewrite w\o std::zip usage
  • 5c77872 Merge branch 'vk_device_autoselect' of github.com:psucien/shadPS4 into vk_device_autoselect

📊 Changes

7 files changed (+37 additions, -14 deletions)

View changed files

📝 .ci/clang-format.sh (+1 -1)
📝 .github/workflows/format.yml (+5 -1)
📝 CMakeLists.txt (+1 -1)
📝 src/common/config.cpp (+2 -2)
📝 src/common/config.h (+1 -1)
📝 src/video_core/renderer_vulkan/vk_instance.cpp (+26 -7)
📝 src/video_core/renderer_vulkan/vk_instance.h (+1 -1)

📄 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/shadps4-emu/shadPS4/pull/116 **Author:** [@psucien](https://github.com/psucien) **Created:** 4/29/2024 **Status:** ✅ Merged **Merged:** 4/29/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `vk_device_autoselect` --- ### 📝 Commits (4) - [`1ac807d`](https://github.com/shadps4-emu/shadPS4/commit/1ac807dc3a28297d8e8d0459696fcd4c36557a34) video_core: prefer discrete gpu if available - [`7c34ac7`](https://github.com/shadps4-emu/shadPS4/commit/7c34ac77480a29ca75841608af4a947de584a504) ci: Upgrade to clang format 17 - [`a97f881`](https://github.com/shadps4-emu/shadPS4/commit/a97f881fbb3359f548e1c2be314317cd83eeb535) rewrite w\o std::zip usage - [`5c77872`](https://github.com/shadps4-emu/shadPS4/commit/5c778723cb95a3ea498d20f1634384e0dfe1b706) Merge branch 'vk_device_autoselect' of github.com:psucien/shadPS4 into vk_device_autoselect ### 📊 Changes **7 files changed** (+37 additions, -14 deletions) <details> <summary>View changed files</summary> 📝 `.ci/clang-format.sh` (+1 -1) 📝 `.github/workflows/format.yml` (+5 -1) 📝 `CMakeLists.txt` (+1 -1) 📝 `src/common/config.cpp` (+2 -2) 📝 `src/common/config.h` (+1 -1) 📝 `src/video_core/renderer_vulkan/vk_instance.cpp` (+26 -7) 📝 `src/video_core/renderer_vulkan/vk_instance.h` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:01 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1308
No description provided.