mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
MacroFactories were missing the list terminator
This commit is contained in:
@@ -98,6 +98,8 @@ std::optional<std::shared_ptr<IParsedData>> SM64::MacroFactory::parse(std::vecto
|
||||
entries.push_back(raw);
|
||||
}
|
||||
|
||||
entries.push_back(0x1E);
|
||||
|
||||
/*
|
||||
std::vector<MacroObject> macroData;
|
||||
while (true) {
|
||||
|
||||
Reference in New Issue
Block a user