MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / GetAnime

Method GetAnime

rEFIt_UEFI/refit/screen.cpp:413–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void REFIT_MENU_SCREEN::GetAnime()
414{
415 FilmC = ThemeX.Cinema.GetFilm(ID);
416// DBG("ScreenID=%lld Film found=%d\n", ID, (FilmC != nullptr)?1:0);
417 if (FilmC != nullptr) {
418 FilmC->AnimeRun = true;
419 }
420}
421
422VOID REFIT_MENU_SCREEN::InitAnime()
423{

Callers 9

AboutRefitFunction · 0.80
HelpRefitFunction · 0.80
NewEntry_Function · 0.80
OptionsMenuFunction · 0.80
RefitMainFunction · 0.80
AddDefaultMenuMethod · 0.80
AddCustomEntryFunction · 0.80
AddLegacyEntryFunction · 0.80
AddCloverEntryFunction · 0.80

Calls 1

GetFilmMethod · 0.80

Tested by

no test coverage detected