MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / updateGameReturnEffect

Method updateGameReturnEffect

src/components/GuiGameList.cpp:504–510  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502}
503
504void GuiGameList::updateGameReturnEffect(int t)
505{
506 updateGameLaunchEffect(mGameLaunchEffectLength - t);
507
508 if(t >= mGameLaunchEffectLength)
509 mEffectFunc = NULL;
510}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected