mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
RiivolutionPatcher: Handle the possibility of the FST already containing a main.dol file.
This commit is contained in:
@ -99,6 +99,7 @@ struct FSTBuilderNode
|
||||
std::string m_filename;
|
||||
u64 m_size;
|
||||
std::variant<std::vector<BuilderContentSource>, std::vector<FSTBuilderNode>> m_content;
|
||||
void* m_user_data = nullptr;
|
||||
|
||||
bool IsFile() const
|
||||
{
|
||||
|
Reference in New Issue
Block a user