mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Fix DLCs not imported correctly, fix progress not reported correctly
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ public:
|
||||
private:
|
||||
bool Init();
|
||||
|
||||
bool ImportTitle(u64 id, const ProgressCallback& callback);
|
||||
bool ImportTitle(const ContentSpecifier& specifier, const ProgressCallback& callback);
|
||||
bool ImportSavegame(u64 id, const ProgressCallback& callback);
|
||||
bool ImportExtdata(u64 id, const ProgressCallback& callback);
|
||||
bool ImportSystemArchive(u64 id, const ProgressCallback& callback);
|
||||
|
||||
Reference in New Issue
Block a user