mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-01 15:02:40 +00:00
Fix formatting
This commit is contained in:
parent
7f56183c54
commit
f14dbf6436
@ -171,7 +171,7 @@ void MainWindow::GetPhysicalDevices() {
|
|||||||
}
|
}
|
||||||
m_physical_devices.push_back(name);
|
m_physical_devices.push_back(name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::CreateConnects() {
|
void MainWindow::CreateConnects() {
|
||||||
connect(this, &MainWindow::WindowResized, this, &MainWindow::HandleResize);
|
connect(this, &MainWindow::WindowResized, this, &MainWindow::HandleResize);
|
||||||
|
Loading…
Reference in New Issue
Block a user