mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-17 08:11:51 +00:00
Fix cellCameraInit (camera_handler::null)
This commit is contained in:
parent
5cc12ef22e
commit
0172e097f7
@ -314,6 +314,7 @@ error_code cellCameraInit()
|
||||
|
||||
if (g_cfg.io.camera == camera_handler::null)
|
||||
{
|
||||
g_camera->init = 1;
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
@ -369,7 +370,6 @@ error_code cellCameraInit()
|
||||
}
|
||||
|
||||
g_camera->init = 1;
|
||||
|
||||
return CELL_OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user