mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
small improvement (#7288)
* small improvement * comments addressed Co-authored-by: kd-11 <15904127+kd-11@users.noreply.github.com>
This commit is contained in:
parent
adcc3e9c4b
commit
1abdee242a
7 changed files with 5 additions and 9 deletions
|
|
@ -273,7 +273,6 @@ static error_code check_camera_info(const CellCameraInfoEx& info)
|
|||
|
||||
std::pair<u32, u32> get_video_resolution(const CellCameraInfoEx& info)
|
||||
{
|
||||
std::pair<u32, u32> res;
|
||||
switch (info.resolution)
|
||||
{
|
||||
case CELL_CAMERA_VGA: return{ 640, 480 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue