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

Method Initialize

projects/uMenu/source/ul/menu/ui/ui_MainMenuLayout.cpp:1088–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1086 }
1087
1088 void MainMenuLayout::Initialize() {
1089 if(HasScreenCaptureBackground()) {
1090 pu::audio::PlaySfx(this->post_suspend_sfx);
1091 }
1092
1093 g_GlobalSettings.InitializeEntries();
1094 }
1095
1096 void MainMenuLayout::Reload() {
1097 UL_RC_ASSERT(acc::GetAccountName(g_GlobalSettings.system_status.selected_user, g_UserName));

Callers 1

ReloadMethod · 0.45

Calls 2

InitializeEntriesMethod · 0.80

Tested by

no test coverage detected