mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-07 13:03:09 +00: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 New Issue
Block a user