[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

@ -107,6 +107,11 @@ namespace rpcs3::utils
return emu_dir_.empty() ? fs::get_config_dir() : emu_dir_;
}
std::string get_games_dir()
{
return g_cfg_vfs.get(g_cfg_vfs.games_dir, get_emu_dir());
}
std::string get_hdd0_dir()
{
return g_cfg_vfs.get(g_cfg_vfs.dev_hdd0, get_emu_dir());