2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 22:57:02 +00:00

DolphinCTexture: Near complete RE, usable as-is!

This commit is contained in:
2022-03-02 23:51:11 -08:00
parent 0400388fa6
commit 7010c36056
9 changed files with 208 additions and 39 deletions

View File

@@ -19,4 +19,9 @@ CGraphicsPalette::CGraphicsPalette(CInputStream& in) : x0_fmt(EPaletteFormat(in.
//DCFlushRange(xc_entries.get(), x8_entryCount * 2);
}
void CGraphicsPalette::Load() {
//GXLoadTlut(x10_tlutObj, 0);
x4_frameLoaded = sCurrentFrameCount;
}
} // namespace metaforce