Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
GameScanner.cpp File Reference
#include "GameScanner.hpp"
#include <moc_GameScanner.cpp>
#include <QFuture>
#include <QtConcurrent>
#include <tracy/Tracy.hpp>
#include <tracy/TracyC.h>
#include <queue>
#include <ranges>
#include "core/database/RapidTransaction.hpp"
#include "core/database/remote/AtlasData.hpp"
#include "core/database/remote/F95Data.hpp"
#include "core/gamelist/utils.hpp"
#include "core/utils/FileScanner.hpp"
#include "core/utils/engineDetection/engineDetection.hpp"
#include "core/utils/foldersize.hpp"
#include "core/utils/regex/regex.hpp"
#include "core/utils/threading/pools.hpp"

Functions

void runner (QPromise< GameImportData > &promise, const QString regex, const std::filesystem::path folder, const std::filesystem::path base, const bool size_files)
 

Function Documentation

◆ runner()

void runner ( QPromise< GameImportData > & promise,
const QString regex,
const std::filesystem::path folder,
const std::filesystem::path base,
const bool size_files )