mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-31 14:35:19 +00:00
Update main.cpp
This commit is contained in:
parent
0952da0af9
commit
ad5910f8b8
@ -154,7 +154,7 @@ int main(int argc, char* argv[]) {
|
|||||||
// If no game directory is set and no command line argument, prompt for it
|
// If no game directory is set and no command line argument, prompt for it
|
||||||
if (Config::getGameInstallDirs().empty()) {
|
if (Config::getGameInstallDirs().empty()) {
|
||||||
std::cout << "Warning: No game folder set, please set it by calling shadps4"
|
std::cout << "Warning: No game folder set, please set it by calling shadps4"
|
||||||
" with the --add-game-folder <folder_name> argument";
|
" with the --add-game-folder <folder_name> argument\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!has_game_argument) {
|
if (!has_game_argument) {
|
||||||
|
Loading…
Reference in New Issue
Block a user