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

Method stop_camera

ps3fw/cellCamera.cpp:1797–1806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1795}
1796
1797void camera_context::stop_camera()
1798{
1799 if (handler)
1800 {
1801 Emu.BlockingCallFromMainThread([this]()
1802 {
1803 handler->stop_camera();
1804 });
1805 }
1806}
1807
1808void camera_context::close_camera()
1809{

Callers 1

cellCameraStopFunction · 0.45

Calls 1

Tested by

no test coverage detected