1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Update remainder of 'Analyser'.

This commit is contained in:
Thomas Harte
2024-11-29 21:08:35 -05:00
parent bd97fd5973
commit abfc73299e
54 changed files with 595 additions and 361 deletions
@@ -103,7 +103,11 @@ bool IsSpectrumDisk(const std::shared_ptr<Storage::Disk::Disk> &disk) {
}
Analyser::Static::TargetList Analyser::Static::ZXSpectrum::GetTargets(const Media &media, const std::string &, TargetPlatform::IntType) {
Analyser::Static::TargetList Analyser::Static::ZXSpectrum::GetTargets(
const Media &media,
const std::string &,
TargetPlatform::IntType
) {
TargetList destination;
auto target = std::make_unique<Target>();
target->confidence = 0.5;