diff options
Diffstat (limited to 'src/yuzu')
| -rw-r--r-- | src/yuzu/game_list_p.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/yuzu/game_list_p.h b/src/yuzu/game_list_p.h index 49a3f6181..114a0fc7f 100644 --- a/src/yuzu/game_list_p.h +++ b/src/yuzu/game_list_p.h @@ -140,7 +140,7 @@ class GameListWorker : public QObject, public QRunnable {  public:      GameListWorker(FileSys::VirtualFilesystem vfs, QString dir_path, bool deep_scan) -        : dir_path(std::move(dir_path)), deep_scan(deep_scan) {} +        : vfs(std::move(vfs)), dir_path(std::move(dir_path)), deep_scan(deep_scan) {}  public slots:      /// Starts the processing of directory tree information. | 
