mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 23:11:25 +12:00
Fixes #3063
This commit is contained in:
parent
f8e57147b0
commit
60e2928ec1
1 changed files with 1 additions and 3 deletions
|
@ -20,9 +20,7 @@ gui_settings::~gui_settings()
|
|||
|
||||
QString gui_settings::ComputeSettingsDir()
|
||||
{
|
||||
QString path = QDir(QDir::currentPath()).relativeFilePath(QCoreApplication::applicationDirPath());
|
||||
path += "/GuiConfigs/";
|
||||
return path;
|
||||
return QString::fromStdString(fs::get_config_dir()) + "/GuiConfigs/";
|
||||
}
|
||||
|
||||
void gui_settings::ChangeToConfig(const QString& name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue