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

Class RSPRecompilerOverlaySlotConfig

RSPRecomp/src/rsp_recomp.cpp:624–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622};
623
624struct RSPRecompilerOverlaySlotConfig {
625 size_t text_address;
626 std::vector<RSPRecompilerOverlayConfig> overlays;
627};
628
629struct RSPRecompilerConfig {
630 size_t text_offset;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected