diff options
author | FearlessTobi <thm.frey@gmail.com> | 2023-08-24 18:45:57 +0200 |
---|---|---|
committer | FearlessTobi <thm.frey@gmail.com> | 2023-08-24 18:48:02 +0200 |
commit | 59b3c30f9428aecbfe69f0fa80d5ed5c6744f0db (patch) | |
tree | 431137e5e9ac978b0a604700b757c4fed327178c /src/yuzu/main.h | |
parent | 7d89f2c1460b121bad14da5d1c7e13cc24e20527 (diff) |
yuzu/main: Ensure NCAs are registered in content provider when launching from CLI
Fixes updates and DLC not being loaded when launching yuzu from the command line.
Similar to https://github.com/yuzu-emu/yuzu/pull/11357.
Fixes https://github.com/yuzu-emu/yuzu/issues/8352,
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 2cfb96257..1b7055122 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -399,6 +399,7 @@ private: void OpenPerGameConfiguration(u64 title_id, const std::string& file_name); bool CheckDarkMode(); bool CheckSystemArchiveDecryption(); + void ConfigureFilesystemProvider(const std::string& filepath); QString GetTasStateDescription() const; bool CreateShortcut(const std::string& shortcut_path, const std::string& title, |