diff options
author | FearlessTobi <thm.frey@gmail.com> | 2023-09-10 02:36:26 +0200 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2023-09-10 21:39:25 +0200 |
commit | 87c0ba129ce38dd3b001fbef8021590a127fb1a8 (patch) | |
tree | 28fa19ccd43fceeec31e433d32dae41e88d2b17e /src/yuzu_cmd | |
parent | am: Remove bcat from PopLaunchParameter (diff) | |
download | yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.gz yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.bz2 yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.lz yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.xz yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.tar.zst yuzu-87c0ba129ce38dd3b001fbef8021590a127fb1a8.zip |
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r-- | src/yuzu_cmd/yuzu.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index c1695cc6e..55d0938f7 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -358,6 +358,7 @@ int main(int argc, char** argv) { system.SetContentProvider(std::make_unique<FileSys::ContentProviderUnion>()); system.SetFilesystem(std::make_shared<FileSys::RealVfsFilesystem>()); system.GetFileSystemController().CreateFactories(*system.GetFilesystem()); + system.GetUserChannel().clear(); const Core::SystemResultStatus load_result{system.Load(*emu_window, filepath)}; |