1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-09-07 14:56:32 -05:00

yuzu: Add webcam support and rebase to latest master

This commit is contained in:
Narr the Reg
2022-06-28 19:35:51 -05:00
committed by german77
parent 097785e19e
commit 403bdc4daf
8 changed files with 43 additions and 16 deletions

View File

@@ -44,6 +44,8 @@ private:
InputCommon::InputSubsystem* input_subsystem;
bool is_virtual_camera;
int pending_snapshots;
std::unique_ptr<QCamera> camera;
std::unique_ptr<QCameraImageCapture> camera_capture;
std::unique_ptr<QTimer> camera_timer;