mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-08 23:36:34 -05:00
game_list: Remove global instances of Core::System
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user