mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01: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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue