Fix cellCameraInit (camera_handler::null)

This commit is contained in:
Eladash 2019-10-11 21:57:49 +03:00 committed by Megamouse
commit 0172e097f7

View file

@ -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;
} }