mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 07:46:01 +03:00
[PR #399] [MERGED] qt-gui: Added GPU device selection functionality #1540
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1540
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/shadps4-emu/shadPS4/pull/399
Author: @SamuelFontes
Created: 8/11/2024
Status: ✅ Merged
Merged: 8/13/2024
Merged by: @raphaelthegreat
Base:
main← Head:feature/qt-gui-gpu-selection📝 Commits (10+)
0bed4a9qt-gui: Added GPU device selection functionality8238b80Getting list of GPU only when application starts96b5260Fixed formattingefa23a3Fixed formatting4e4142aFixed formatting6f6f2f4Added warning when GPU doesn't support API version.59dcb92Changed Unsupported Vulkan Version warning7f56183Removed unused size checking on GetPhysicalDevicesf14dbf6Fix formattingc9b9617Fix 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

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.