| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected