mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-08 01:00:11 +00:00
Fix cellCameraInit (camera_handler::null)
This commit is contained in:
parent
5cc12ef22e
commit
0172e097f7
1 changed files with 1 additions and 1 deletions
|
@ -314,6 +314,7 @@ error_code cellCameraInit()
|
||||||
|
|
||||||
if (g_cfg.io.camera == camera_handler::null)
|
if (g_cfg.io.camera == camera_handler::null)
|
||||||
{
|
{
|
||||||
|
g_camera->init = 1;
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -369,7 +370,6 @@ error_code cellCameraInit()
|
||||||
}
|
}
|
||||||
|
|
||||||
g_camera->init = 1;
|
g_camera->init = 1;
|
||||||
|
|
||||||
return CELL_OK;
|
return CELL_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue