mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-08 20:58:41 +00:00
Fix game arguments not being passed under a certain condition (#3769)
This commit is contained in:
@@ -211,7 +211,6 @@ int main(int argc, char* argv[]) {
|
||||
game_path = argv[i];
|
||||
has_game_argument = true;
|
||||
}
|
||||
break;
|
||||
} else {
|
||||
std::cerr << "Unknown argument: " << cur_arg << ", see --help for info.\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user