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

Class FunctionTextHook

src/config.h:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 };
15
16 struct FunctionTextHook {
17 std::string func_name;
18 int32_t before_vram;
19 std::string text;
20 };
21
22 struct FunctionSize {
23 std::string func_name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected