mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
WbfsBlob: Don't wrap file_entry in std::unique_ptr
There doesn't seem to be any reason for doing it.
This commit is contained in:
@ -53,7 +53,7 @@ private:
|
||||
u64 size;
|
||||
};
|
||||
|
||||
std::vector<std::unique_ptr<file_entry>> m_files;
|
||||
std::vector<file_entry> m_files;
|
||||
|
||||
u64 m_size;
|
||||
|
||||
|
Reference in New Issue
Block a user