mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-06 23:25:02 -06:00
cellCamera: Fix check_dev_num call in cellCameraOpenEx
This commit is contained in:
parent
fb5cdf9769
commit
5237779136
@ -406,7 +406,7 @@ s32 cellCameraOpenEx(s32 dev_num, vm::ptr<CellCameraInfoEx> info)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!check_dev_num)
|
if (!check_dev_num(dev_num))
|
||||||
{
|
{
|
||||||
return CELL_CAMERA_ERROR_PARAM;
|
return CELL_CAMERA_ERROR_PARAM;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user