mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
[TESTERS NEEDED] Improved contextual menu (#16038)
This commit is contained in:
parent
7f2534819e
commit
d1648dd707
9 changed files with 528 additions and 133 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue