[TESTERS NEEDED] Improved contextual menu (#16038)

This commit is contained in:
Antonino Di Guardo 2024-09-14 21:51:42 +02:00 committed by GitHub
parent 7f2534819e
commit d1648dd707
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 528 additions and 133 deletions

View file

@ -99,7 +99,7 @@ namespace gui::utils
#ifdef _WIN32
else if (location == shortcut_location::rpcs3_shortcuts)
{
link_path = g_cfg_vfs.get(g_cfg_vfs.games_dir, rpcs3::utils::get_emu_dir()) + "/shortcuts/";
link_path = rpcs3::utils::get_games_dir() + "/shortcuts/";
fs::create_dir(link_path);
}
#endif