mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 07:52:31 +00:00
Fixed formatting
This commit is contained in:
parent
68563239e4
commit
55f6bab743
@ -158,8 +158,7 @@ int main(int argc, char* argv[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// If no game directories are set and no command line argument, prompt for it
|
// If no game directories are set and no command line argument, prompt for it
|
||||||
if (Config::getGameInstallDirsEnabled().empty() &&
|
if (Config::getGameInstallDirsEnabled().empty() && !has_command_line_argument) {
|
||||||
!has_command_line_argument) {
|
|
||||||
GameInstallDialog dlg;
|
GameInstallDialog dlg;
|
||||||
dlg.exec();
|
dlg.exec();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user