MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / Extra

Class Extra

3ds/source/script/scripthost.cpp:574–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572 }
573
574 struct Extra {
575 int index; // into the Extdata list
576 u64 id; // kept so title_find costs no catalog copies
577 };
578
579 SavSlot mSlots[MAX_SAV_HANDLES];
580 std::vector<Extra> mExtras;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected