mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Move cache dir code to utils
This commit is contained in:
parent
c11c286206
commit
04d6ff274b
4 changed files with 27 additions and 44 deletions
|
|
@ -17,6 +17,7 @@ namespace rpcs3::utils
|
|||
std::string get_hdd0_dir();
|
||||
std::string get_hdd1_dir();
|
||||
std::string get_cache_dir();
|
||||
std::string get_cache_dir(std::string_view module_path);
|
||||
|
||||
std::string get_rap_file_path(const std::string_view& rap);
|
||||
bool verify_c00_unlock_edat(const std::string_view& content_id, bool fast = false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue