diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-09-27 14:20:22 -0400 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-11-15 23:33:19 -0500 |
| commit | 64e174237e7ad9ae082e24303d321534f4e78bca (patch) | |
| tree | 046e228dadac9832c1fbd811757c3d0c1d344b07 /src/yuzu/main.h | |
| parent | c0c4ed0d3bff9670bfaab6a8de304e37ec9e0896 (diff) | |
config: Migrate config files into config/custom
Co-authored-by: lat9nq <lat9nq@virginia.edu>
Diffstat (limited to 'src/yuzu/main.h')
| -rw-r--r-- | src/yuzu/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h index afcfa68a9..b380a66f3 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -251,6 +251,7 @@ private: std::optional<u64> SelectRomFSDumpTarget(const FileSys::ContentProvider&, u64 program_id); InstallResult InstallNSPXCI(const QString& filename); InstallResult InstallNCA(const QString& filename); + void MigrateConfigFiles(); void UpdateWindowTitle(const std::string& title_name = {}, const std::string& title_version = {}); void UpdateStatusBar(); |
