mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
cellCamera: fix qt camera handler format
This commit is contained in:
parent
9a6285942b
commit
67ba381dfe
7 changed files with 16 additions and 15 deletions
|
|
@ -1692,6 +1692,7 @@ error_code camera_context::start_camera()
|
|||
handler->set_mirrored(!!attr[CELL_CAMERA_MIRRORFLAG].v1);
|
||||
handler->set_frame_rate(info.framerate);
|
||||
handler->set_resolution(info.width, info.height);
|
||||
handler->set_format(info.format, info.bytesize);
|
||||
|
||||
atomic_t<bool> wake_up = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue