mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Implement fs::get_cache_dir
Win32: equal to config dir for now Linux: respect XDG_CACHE_HOME if specified OSX: possibly incomplete
This commit is contained in:
parent
20efed66e9
commit
bd9131ae1c
15 changed files with 69 additions and 28 deletions
|
@ -1225,7 +1225,7 @@ extern void ppu_initialize()
|
|||
}
|
||||
|
||||
// New PPU cache location
|
||||
_main->cache = fs::get_config_dir() + "data/";
|
||||
_main->cache = fs::get_cache_dir() + "data/";
|
||||
|
||||
if (!Emu.GetTitleID().empty() && Emu.GetCat() != "1P")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue