mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
cellCamera: fix qt camera width and height for non-default resolutions
This commit is contained in:
parent
08011e9b78
commit
3fac832567
2 changed files with 6 additions and 0 deletions
|
|
@ -1217,6 +1217,7 @@ error_code cellCameraStart(s32 dev_num)
|
|||
{
|
||||
g_camera.handler->set_mirrored(!!g_camera.attr[CELL_CAMERA_MIRRORFLAG].v1);
|
||||
g_camera.handler->set_frame_rate(g_camera.info.framerate);
|
||||
g_camera.handler->set_resolution(g_camera.info.width, g_camera.info.height);
|
||||
|
||||
atomic_t<bool> wake_up = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue