mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 00:56:13 +00:00
Don't check validity twice when creating DirectoryBlob
This commit is contained in:
parent
a6bbf7e21b
commit
251828ccc0
3 changed files with 3 additions and 12 deletions
|
@ -55,8 +55,6 @@ private:
|
|||
class DirectoryBlobReader : public BlobReader
|
||||
{
|
||||
public:
|
||||
static bool IsValidDirectoryBlob(const std::string& dol_path, std::string* root_directory);
|
||||
static bool IsValidDirectoryBlob(const std::string& dol_path);
|
||||
static std::unique_ptr<DirectoryBlobReader> Create(const std::string& dol_path);
|
||||
|
||||
// We do not allow copying, because it might mess up the pointers inside DiscContents
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue