MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / close_camera

Method close_camera

ps3fw/cellCamera.cpp:1808–1817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1806}
1807
1808void camera_context::close_camera()
1809{
1810 if (handler)
1811 {
1812 Emu.BlockingCallFromMainThread([this]()
1813 {
1814 handler->close_camera();
1815 });
1816 }
1817}
1818
1819void camera_context::reset_state()
1820{

Callers 1

cellCameraCloseFunction · 0.45

Calls 1

Tested by

no test coverage detected