shadPS4/src/qt_gui
Samuel Fontes ad3b6c793c
qt-gui: Added GPU device selection functionality (#399)
* qt-gui: Added GPU device selection functionality

* Getting list of GPU only when application starts

* Fixed formatting

* Fixed formatting

* Fixed formatting

* Added warning when GPU doesn't support API version.

* Changed Unsupported Vulkan Version warning

* Removed unused size checking on GetPhysicalDevices

The method is only being called once so this doesn't make sense. It was some left over of me trying to get this done some other way.

* Fix formatting

* Fix formatting

* SettingsDialog: Passing physical devices as span

* Fixed formatting
2024-08-14 00:21:06 +03:00
..
elf_viewer.cpp Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
elf_viewer.h Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
game_grid_frame.cpp Replace remaining uses of QDir::currentPath() / user with UserDir. 2024-07-21 14:01:10 -07:00
game_grid_frame.h Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
game_info.cpp Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
game_info.h Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
game_install_dialog.cpp Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
game_install_dialog.h Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
game_list_frame.cpp Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
game_list_frame.h Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
game_list_utils.h - Added trophy decryption when extracting a fpkg. trp icons and xmls are dumped to game_data/<title> (can be restored if deleted by accident by opening the trophy viewer) 2024-06-10 20:42:21 -06:00
gui_context_menus.h Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
main.cpp 361: Game directory window appears every time 2024-08-08 16:14:35 -03:00
main_window.cpp qt-gui: Added GPU device selection functionality (#399) 2024-08-14 00:21:06 +03:00
main_window.h qt-gui: Added GPU device selection functionality (#399) 2024-08-14 00:21:06 +03:00
main_window_themes.cpp Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
main_window_themes.h Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
main_window_ui.h Workflows cleanup + misc fixes (#371) 2024-08-08 18:19:44 +03:00
pkg_viewer.cpp Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
pkg_viewer.h Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00
settings_dialog.cpp qt-gui: Added GPU device selection functionality (#399) 2024-08-14 00:21:06 +03:00
settings_dialog.h qt-gui: Added GPU device selection functionality (#399) 2024-08-14 00:21:06 +03:00
settings_dialog.ui gui: Add console language to settings 2024-08-09 18:28:50 +03:00
trophy_viewer.cpp Replace remaining uses of QDir::currentPath() / user with UserDir. 2024-07-21 14:01:10 -07:00
trophy_viewer.h Minor Qt GUI update (#363) 2024-08-04 16:07:10 +03:00