mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Deprecate HDD0/disc, make RPCS3/games movable (#13265)
This commit is contained in:
parent
53cc067c17
commit
9a91fef337
6 changed files with 33 additions and 14 deletions
|
@ -3,6 +3,7 @@
|
|||
#include "qt_utils.h"
|
||||
#include "Emu/system_utils.hpp"
|
||||
#include "Emu/VFS.h"
|
||||
#include "Emu/vfs_config.h"
|
||||
#include "Utilities/StrUtil.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
|
@ -95,7 +96,7 @@ namespace gui::utils
|
|||
#ifdef _WIN32
|
||||
else if (location == shortcut_location::rpcs3_shortcuts)
|
||||
{
|
||||
link_path = fs::get_config_dir() + "/games/shortcuts/";
|
||||
link_path = g_cfg_vfs.get(g_cfg_vfs.games_dir, rpcs3::utils::get_emu_dir()) + "/shortcuts/";
|
||||
fs::create_dir(link_path);
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue