| 712 | } |
| 713 | |
| 714 | void EntryMenu::UpdateEntryProgress(const u32 idx, const float progress) { |
| 715 | UL_ASSERT_TRUE(idx < this->cur_entries.size()); |
| 716 | |
| 717 | this->entry_progresses.at(idx) = progress; |
| 718 | } |
| 719 | |
| 720 | void EntryMenu::IncrementEntryHeightCount() { |
| 721 | auto h_count = g_EntryHeightCount; |
no outgoing calls
no test coverage detected