From 59b3c30f9428aecbfe69f0fa80d5ed5c6744f0db Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Thu, 24 Aug 2023 18:45:57 +0200 Subject: 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, --- src/yuzu/main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/yuzu/main.h') 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, -- cgit v1.2.3