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,
This commit is contained in:
FearlessTobi
2023-08-24 18:45:57 +02:00
parent 7d89f2c146
commit 59b3c30f94
2 changed files with 39 additions and 0 deletions

View File

@ -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,