mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 08:21:29 +12: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;
|
return CELL_CAMERA_ERROR_PARAM;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue