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

Method updateSelector

3ds/source/MainScreen.cpp:624–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622}
623
624void MainScreen::updateSelector(void)
625{
626 if (TitleCatalog::get().progress().active) {
627 return;
628 }
629
630 if (!g_bottomScrollEnabled) {
631 size_t count = TitleCatalog::get().getTitleCount(backupKind);
632 if (count > 0) {
633 hid.update(count);
634 directoryList->resetIndex();
635 }
636 }
637 else {
638 directoryList->update();
639 }
640}
641
642void MainScreen::doBackup(size_t fullIndex, size_t cellIndex)
643{

Callers

nothing calls this directly

Calls 5

getFunction · 0.85
progressMethod · 0.80
getTitleCountMethod · 0.45
updateMethod · 0.45
resetIndexMethod · 0.45

Tested by

no test coverage detected