mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 20:14:45 +00:00
Fixed formatting
This commit is contained in:
parent
efa23a3508
commit
4e4142adf8
2 changed files with 1 additions and 2 deletions
|
@ -83,7 +83,6 @@ private:
|
|||
// Available GPU devices
|
||||
std::vector<QString> m_physical_devices;
|
||||
|
||||
|
||||
PSF psf;
|
||||
|
||||
std::shared_ptr<GameInfoClass> m_game_info = std::make_shared<GameInfoClass>();
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#include "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) {
|
||||
ui->setupUi(this);
|
||||
ui->tabWidgetSettings->setUsesScrollButtons(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue