MCPcopy 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_pathMethod · 0.85
_rpcsx_initializeFunction · 0.85
dump_executableFunction · 0.85
InitMethod · 0.85
ConfigurePPUCacheMethod · 0.85
OpenMethod · 0.85
precompileMethod · 0.85
CompileMethod · 0.85
CompileMethod · 0.85
ppu_finalizeFunction · 0.85
ppu_initializeFunction · 0.85

Calls 3

get_dev_flashMethod · 0.80
IsPathInsideDirMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected