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

Class Permutation

RSPRecomp/src/rsp_recomp.cpp:829–832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827};
828
829struct Permutation {
830 std::vector<uint32_t> instr_words;
831 std::vector<uint32_t> permutation;
832};
833
834struct Overlay {
835 std::vector<uint32_t> instr_words;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected