mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 21:41:26 +12:00
per game config.yml (#2418)
This commit is contained in:
parent
5fce74a2a6
commit
3e0c356b0b
6 changed files with 9 additions and 9 deletions
|
@ -1166,7 +1166,7 @@ std::string fs::get_data_dir(const std::string& prefix, const std::string& locat
|
|||
{
|
||||
static const std::string s_dir = []
|
||||
{
|
||||
const std::string& dir = get_config_dir() + "/data/";
|
||||
const std::string& dir = get_config_dir() + "data/";
|
||||
|
||||
if (!is_dir(dir) && !create_path(dir))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue