From 4ce53ffe6a61cb853f2fdd88211f35cec63e2f70 Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Fri, 30 Jul 2021 09:32:26 -0400 Subject: game_list: Remove global instances of Core::System --- src/yuzu/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yuzu/main.cpp') diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index 056f7da36..1d9e0f79d 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -701,7 +701,7 @@ void GMainWindow::InitializeWidgets() { render_window = new GRenderWindow(this, emu_thread.get(), input_subsystem, system); render_window->hide(); - game_list = new GameList(vfs, provider.get(), this); + game_list = new GameList(vfs, provider.get(), system, this); ui.horizontalLayout->addWidget(game_list); game_list_placeholder = new GameListPlaceholder(this); -- cgit v1.2.3