Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ get_cache_dir
Function
get_cache_dir
rpcs3/Emu/system_utils.cpp:125–128 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
std::string get_cache_dir()
126
{
127
return fs::get_cache_dir() +
"cache/"
;
128
}
129
130
std::string get_cache_dir(std::string_view module_path)
131
{
Callers
15
get_yaml_path
Method · 0.85
_rpcsx_initialize
Function · 0.85
dump_executable
Function · 0.85
Init
Method · 0.85
ConfigurePPUCache
Method · 0.85
Open
Method · 0.85
precompile
Method · 0.85
analyse_vertex_program
Method · 0.85
Compile
Method · 0.85
Compile
Method · 0.85
ppu_finalize
Function · 0.85
ppu_initialize
Function · 0.85
Calls
3
get_dev_flash
Method · 0.80
IsPathInsideDir
Method · 0.80
empty
Method · 0.45
Tested by
no test coverage detected