mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01:00
Fixes #3063
This commit is contained in:
parent
f8e57147b0
commit
60e2928ec1
|
|
@ -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…
Reference in a new issue