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

Method copyScreen

src/components/ImageComponent.cpp:225–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224
225void ImageComponent::copyScreen()
226{
227 mTexture.reset();
228
229 mTexture = TextureResource::get(*mWindow->getResourceManager(), "");
230 mTexture->initFromScreen();
231
232 resize();
233}

Callers 1

doTransitionMethod · 0.80

Calls 3

resetMethod · 0.80
getResourceManagerMethod · 0.80
initFromScreenMethod · 0.80

Tested by

no test coverage detected