[PR #399] [MERGED] qt-gui: Added GPU device selection functionality #1540

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/399
Author: @SamuelFontes
Created: 8/11/2024
Status: Merged
Merged: 8/13/2024
Merged by: @raphaelthegreat

Base: mainHead: feature/qt-gui-gpu-selection


📝 Commits (10+)

  • 0bed4a9 qt-gui: Added GPU device selection functionality
  • 8238b80 Getting list of GPU only when application starts
  • 96b5260 Fixed formatting
  • efa23a3 Fixed formatting
  • 4e4142a Fixed formatting
  • 6f6f2f4 Added warning when GPU doesn't support API version.
  • 59dcb92 Changed Unsupported Vulkan Version warning
  • 7f56183 Removed unused size checking on GetPhysicalDevices
  • f14dbf6 Fix formatting
  • c9b9617 Fix formatting

📊 Changes

6 files changed (+40 additions, -4 deletions)

View changed files

📝 src/common/config.cpp (+5 -0)
📝 src/common/config.h (+1 -0)
📝 src/qt_gui/main_window.cpp (+16 -1)
📝 src/qt_gui/main_window.h (+3 -0)
📝 src/qt_gui/settings_dialog.cpp (+13 -2)
📝 src/qt_gui/settings_dialog.h (+2 -1)

📄 Description

This is a good solution for the problem people are having on the issue: https://github.com/shadps4-emu/shadPS4/issues/232
image


🔄 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/399 **Author:** [@SamuelFontes](https://github.com/SamuelFontes) **Created:** 8/11/2024 **Status:** ✅ Merged **Merged:** 8/13/2024 **Merged by:** [@raphaelthegreat](https://github.com/raphaelthegreat) **Base:** `main` ← **Head:** `feature/qt-gui-gpu-selection` --- ### 📝 Commits (10+) - [`0bed4a9`](https://github.com/shadps4-emu/shadPS4/commit/0bed4a91b93c9afd933ce4337fb06e70c5dfbcdf) qt-gui: Added GPU device selection functionality - [`8238b80`](https://github.com/shadps4-emu/shadPS4/commit/8238b80838ab6189d3860d903f711b13c4f0585e) Getting list of GPU only when application starts - [`96b5260`](https://github.com/shadps4-emu/shadPS4/commit/96b5260e3dce0d97e784bd92861c580a7bdc27f7) Fixed formatting - [`efa23a3`](https://github.com/shadps4-emu/shadPS4/commit/efa23a350845576890874d1db0d06bcd7a69529d) Fixed formatting - [`4e4142a`](https://github.com/shadps4-emu/shadPS4/commit/4e4142adf85b79f2dc92fff1eebe3c4a3af00707) Fixed formatting - [`6f6f2f4`](https://github.com/shadps4-emu/shadPS4/commit/6f6f2f49514c42b7792ce1c4a83531803d644602) Added warning when GPU doesn't support API version. - [`59dcb92`](https://github.com/shadps4-emu/shadPS4/commit/59dcb9263d8effa19a2a6eb0c7e84c18e6af6bbc) Changed Unsupported Vulkan Version warning - [`7f56183`](https://github.com/shadps4-emu/shadPS4/commit/7f56183c5414de5f2ad141336fc2c918fa4e387e) Removed unused size checking on GetPhysicalDevices - [`f14dbf6`](https://github.com/shadps4-emu/shadPS4/commit/f14dbf6436899b3c4d3ec032d5b5f747549e5187) Fix formatting - [`c9b9617`](https://github.com/shadps4-emu/shadPS4/commit/c9b96179ef3a727b111f8543b32ccf527be9a497) Fix formatting ### 📊 Changes **6 files changed** (+40 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+5 -0) 📝 `src/common/config.h` (+1 -0) 📝 `src/qt_gui/main_window.cpp` (+16 -1) 📝 `src/qt_gui/main_window.h` (+3 -0) 📝 `src/qt_gui/settings_dialog.cpp` (+13 -2) 📝 `src/qt_gui/settings_dialog.h` (+2 -1) </details> ### 📄 Description This is a good solution for the problem people are having on the issue: https://github.com/shadps4-emu/shadPS4/issues/232 ![image](https://github.com/user-attachments/assets/2c19666a-9d5a-4eed-b8fe-912317370fd3) --- <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:59 +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#1540
No description provided.