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

Method LoadSfx

projects/uMenu/source/ul/menu/ui/ui_SettingsMenuLayout.cpp:918–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

916 }
917
918 void SettingsMenuLayout::LoadSfx() {
919 this->setting_edit_sfx = pu::audio::LoadSfx(TryGetActiveThemeResource("sound/Settings/SettingEdit.wav"));
920 this->setting_save_sfx = pu::audio::LoadSfx(TryGetActiveThemeResource("sound/Settings/SettingSave.wav"));
921 this->back_sfx = pu::audio::LoadSfx(TryGetActiveThemeResource("sound/Settings/Back.wav"));
922 this->setting_menu_move_sfx = pu::audio::LoadSfx(TryGetActiveThemeResource("sound/Settings/SettingMenuMove.wav"));
923 }
924
925 void SettingsMenuLayout::DisposeSfx() {
926 pu::audio::DestroySfx(this->setting_edit_sfx);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected