mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 16:57:52 +00:00
yuzu: Add webcam support and rebase to latest master
This commit is contained in:
parent
cd16f9801a
commit
a08b8f224b
8 changed files with 43 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue