MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / FuncV1

Class FuncV1

src/mod_symbols.cpp:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38struct FuncV1 {
39 uint32_t section_offset;
40 uint32_t size;
41};
42
43// Local section flag, if set then the reloc is pointing to a section within the mod and the vrom is the section index.
44constexpr uint32_t SectionSelfVromFlagV1 = 0x80000000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected