mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
13 lines
377 B
C++
13 lines
377 B
C++
#pragma once
|
|
|
|
#include "filesystem_def.h"
|
|
#include <set>
|
|
|
|
bool IsBootableExecutablePath(const fs::path&);
|
|
bool IsBootableDiscImagePath(const fs::path&);
|
|
void TryRegisteringBootable(const fs::path&);
|
|
void ScanBootables(const fs::path&, bool = true);
|
|
std::set<fs::path> GetActiveBootableDirectories();
|
|
void PurgeInexistingFiles();
|
|
void FetchGameTitles();
|
|
void FetchGameCovers();
|