mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 08:39:06 +00:00
Fixes to CIA building
1. Optimizes ticket finding 2. Fixes progress reporting overshoot 3. Use u64 for size in general 4. Various other fixes and cleanups
This commit is contained in:
@@ -33,6 +33,10 @@ public:
|
||||
std::size_t Size() const;
|
||||
std::optional<Seed::Data> Get(u64 title_id) const;
|
||||
|
||||
void Clear() {
|
||||
seeds.clear();
|
||||
}
|
||||
|
||||
auto begin() {
|
||||
return seeds.begin();
|
||||
}
|
||||
@@ -56,6 +60,7 @@ private:
|
||||
namespace Seeds {
|
||||
|
||||
void Load(const std::string& path);
|
||||
void Clear();
|
||||
std::optional<Seed::Data> GetSeed(u64 title_id);
|
||||
|
||||
} // namespace Seeds
|
||||
|
||||
Reference in New Issue
Block a user