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

Class HookV1

src/mod_symbols.cpp:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96};
97
98struct HookV1 {
99 uint32_t func_index;
100 uint32_t original_section_vrom;
101 uint32_t original_vram;
102 uint32_t flags; // end
103};
104
105template <typename T>
106const T* reinterpret_data(std::span<const char> data, size_t& offset, size_t count = 1) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected