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

Function check_dev_num

ps3fw/cellCamera.cpp:192–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190}
191
192static bool check_dev_num(s32 dev_num)
193{
194 return dev_num == 0;
195}
196
197template <typename VariantOfCellCameraInfo>
198static error_code check_camera_info(const VariantOfCellCameraInfo& info)

Callers 15

check_init_and_openFunction · 0.85
check_resolution_exFunction · 0.85
cellCameraOpenFunction · 0.85
cellCameraOpenExFunction · 0.85
cellCameraGetTypeFunction · 0.85
cellCameraIsAttachedFunction · 0.85
cellCameraIsOpenFunction · 0.85
cellCameraIsStartedFunction · 0.85
cellCameraGetAttributeFunction · 0.85
cellCameraSetAttributeFunction · 0.85
cellCameraGetBufferSizeFunction · 0.85
check_get_camera_infoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected