mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-25 19:44:57 +00:00
fixup
This commit is contained in:
parent
e33e5e522a
commit
d81ae42b51
@ -46,7 +46,7 @@ int main(int argc, char* argv[]) {
|
|||||||
" -f, --fullscreen <true|false> Specify window initial fullscreen "
|
" -f, --fullscreen <true|false> Specify window initial fullscreen "
|
||||||
"state. Does not overwrite the config file.\n"
|
"state. Does not overwrite the config file.\n"
|
||||||
" --add-game-folder <folder> Adds a new game folder to the config.\n"
|
" --add-game-folder <folder> Adds a new game folder to the config.\n"
|
||||||
" --set-addon-folder <folder> Sets the addon folder to the config.\n"
|
" --set-addon-folder <folder> Sets the addon folder to the config.\n"
|
||||||
" -h, --help Display this help message\n";
|
" -h, --help Display this help message\n";
|
||||||
exit(0);
|
exit(0);
|
||||||
}},
|
}},
|
||||||
@ -132,7 +132,7 @@ int main(int argc, char* argv[]) {
|
|||||||
Config::save(Common::FS::GetUserPath(Common::FS::PathType::UserDir) / "config.toml");
|
Config::save(Common::FS::GetUserPath(Common::FS::PathType::UserDir) / "config.toml");
|
||||||
std::cout << "Addon folder successfully saved.\n";
|
std::cout << "Addon folder successfully saved.\n";
|
||||||
exit(0);
|
exit(0);
|
||||||
}}};
|
}};
|
||||||
|
|
||||||
if (argc == 1) {
|
if (argc == 1) {
|
||||||
int dummy = 0; // one does not simply pass 0 directly
|
int dummy = 0; // one does not simply pass 0 directly
|
||||||
|
Loading…
Reference in New Issue
Block a user