mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-08 00:35:42 +01: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 a new issue