1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-23 03:02:53 +01:00

Make cellCameraInit returns CELL_OK when no camera is plugged in.

This commit is contained in:
scribam 2018-03-05 18:26:18 +01:00 committed by Ani
parent 5f047034ae
commit da635af0d6

View File

@ -180,7 +180,7 @@ s32 cellCameraInit()
if (g_cfg.io.camera == camera_handler::null)
{
return CELL_CAMERA_ERROR_DEVICE_NOT_FOUND;
return CELL_OK;
}
// Start camera thread