mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
Ditch fs::get_executable_dir
This commit is contained in:
parent
4cba60b27f
commit
baf22527b0
12 changed files with 73 additions and 137 deletions
|
@ -444,9 +444,6 @@ namespace fs
|
|||
// Get configuration directory
|
||||
const std::string& get_config_dir();
|
||||
|
||||
// Get executable directory
|
||||
const std::string& get_executable_dir();
|
||||
|
||||
// Get data/cache directory for specified prefix and suffix
|
||||
std::string get_data_dir(const std::string& prefix, const std::string& location, const std::string& suffix);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue