mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
Fixed formatting
This commit is contained in:
parent
efa23a3508
commit
4e4142adf8
@ -83,7 +83,6 @@ private:
|
|||||||
// Available GPU devices
|
// Available GPU devices
|
||||||
std::vector<QString> m_physical_devices;
|
std::vector<QString> m_physical_devices;
|
||||||
|
|
||||||
|
|
||||||
PSF psf;
|
PSF psf;
|
||||||
|
|
||||||
std::shared_ptr<GameInfoClass> m_game_info = std::make_shared<GameInfoClass>();
|
std::shared_ptr<GameInfoClass> m_game_info = std::make_shared<GameInfoClass>();
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#include "settings_dialog.h"
|
#include "settings_dialog.h"
|
||||||
#include "ui_settings_dialog.h"
|
#include "ui_settings_dialog.h"
|
||||||
|
|
||||||
SettingsDialog::SettingsDialog(QWidget* parent, std::vector<QString>* physical_devices)
|
SettingsDialog::SettingsDialog(QWidget* parent, std::vector<QString>* physical_devices)
|
||||||
: QDialog(parent), ui(new Ui::SettingsDialog) {
|
: QDialog(parent), ui(new Ui::SettingsDialog) {
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
ui->tabWidgetSettings->setUsesScrollButtons(false);
|
ui->tabWidgetSettings->setUsesScrollButtons(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user