From da635af0d6a55be3053f5450eae32e4b3e9d27c4 Mon Sep 17 00:00:00 2001 From: scribam Date: Mon, 5 Mar 2018 18:26:18 +0100 Subject: [PATCH] Make cellCameraInit returns CELL_OK when no camera is plugged in. --- rpcs3/Emu/Cell/Modules/cellCamera.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/Modules/cellCamera.cpp b/rpcs3/Emu/Cell/Modules/cellCamera.cpp index 3c147c4414..c8bc15f45a 100644 --- a/rpcs3/Emu/Cell/Modules/cellCamera.cpp +++ b/rpcs3/Emu/Cell/Modules/cellCamera.cpp @@ -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