mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
cellCamera: Fix check_dev_num call in cellCameraOpenEx
This commit is contained in:
parent
fb5cdf9769
commit
5237779136
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue