mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-06 09:39:55 +00:00
linux: fix shortcut cli args
This commit is contained in:
parent
64cff74861
commit
a60ea61291
@ -935,7 +935,11 @@ void game_list_frame::CreateShortcuts(const game_info& gameinfo, std::vector<gui
|
||||
gameid_token_value = gameinfo->info.serial;
|
||||
}
|
||||
|
||||
#ifdef __linux__
|
||||
const std::string target_cli_args = fmt::format("--no-gui \"%%%%RPCS3_GAMEID%%%%:%s\"", gameid_token_value);
|
||||
#else
|
||||
const std::string target_cli_args = fmt::format("--no-gui \"%%RPCS3_GAMEID%%:%s\"", gameid_token_value);
|
||||
#endif
|
||||
const std::string target_icon_dir = fmt::format("%sIcons/game_icons/%s/", fs::get_config_dir(), gameinfo->info.serial);
|
||||
|
||||
if (!fs::create_path(target_icon_dir))
|
||||
|
Loading…
x
Reference in New Issue
Block a user