2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 08:06:08 +00:00

Merge branch 'dawn' into new-cmodel

# Conflicts:
#	Runtime/Streams/ContainerReaders.hpp
This commit is contained in:
2022-03-01 01:37:08 -05:00
28 changed files with 473 additions and 250 deletions

View File

@@ -22,5 +22,6 @@ public:
~CMemoryStreamOut() override;
void Write(const u8* ptr, u32 len) override;
u32 GetWritePosition() const { return x84_position; }
};
} // namespace metaforce