mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-02 15:32:52 +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 (Config::getGameInstallDirsEnabled().empty() &&
|
||||
!has_command_line_argument) {
|
||||
if (Config::getGameInstallDirsEnabled().empty() && !has_command_line_argument) {
|
||||
GameInstallDialog dlg;
|
||||
dlg.exec();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user