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

Class OverlaySlot

RSPRecomp/src/rsp_recomp.cpp:838–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836};
837
838struct OverlaySlot {
839 uint32_t offset;
840 std::vector<Overlay> overlays;
841};
842
843bool next_permutation(const std::vector<uint32_t>& option_lengths, std::vector<uint32_t>& current) {
844 current[current.size() - 1] += 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected