MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / UpdateEntryProgress

Method UpdateEntryProgress

projects/uMenu/source/ul/menu/ui/ui_EntryMenu.cpp:714–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected