From 41d2565f2946f10ed1e3faa8c057114900a29945 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Mon, 4 Mar 2019 12:40:53 -0500 Subject: game_list: Register content with ContentProvider --- src/yuzu_cmd/yuzu.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/yuzu_cmd') diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index 245f25847..7ea4a1b18 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -33,6 +33,7 @@ #include "yuzu_cmd/emu_window/emu_window_sdl2.h" #include +#include "core/file_sys/registered_cache.h" #ifndef _MSC_VER #include #endif @@ -178,6 +179,7 @@ int main(int argc, char** argv) { } Core::System& system{Core::System::GetInstance()}; + system.SetContentProvider(std::make_unique()); system.SetFilesystem(std::make_shared()); Service::FileSystem::CreateFactories(*system.GetFilesystem()); -- cgit v1.2.3