mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Make cellCameraInit returns CELL_OK when no camera is plugged in.
This commit is contained in:
parent
5f047034ae
commit
da635af0d6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue