| 850 | } |
| 851 | |
| 852 | size_t MainScreen::rawIndex() const |
| 853 | { |
| 854 | return TitleCatalog::get().filteredToRawIndex(g_currentUId, mSaveTypeFilter, this->index(TITLES)); |
| 855 | } |
| 856 | |
| 857 | void MainScreen::doBackup(size_t rawIdx, size_t cellIndex) |
| 858 | { |
nothing calls this directly
no test coverage detected