mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 15:05:59 +00: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
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue