diff --git a/src/citron/game_list_worker.h b/src/citron/game_list_worker.h index 723bbeb51..becf8e5bf 100644 --- a/src/citron/game_list_worker.h +++ b/src/citron/game_list_worker.h @@ -47,6 +47,7 @@ public: enum class ScanTarget { FillManualContentProvider, PopulateGameList, + Both, }; explicit GameListWorker(std::shared_ptr vfs_,