yuzu: Hook qt camera to camera driver
This commit is contained in:
parent
f19e7be6e8
commit
cc83e0a600
15 changed files with 491 additions and 4 deletions
|
@ -68,6 +68,7 @@ private:
|
|||
void ReadTouchscreenValues();
|
||||
void ReadMotionTouchValues();
|
||||
void ReadHidbusValues();
|
||||
void ReadIrCameraValues();
|
||||
|
||||
// Read functions bases off the respective config section names.
|
||||
void ReadAudioValues();
|
||||
|
@ -96,6 +97,7 @@ private:
|
|||
void SaveTouchscreenValues();
|
||||
void SaveMotionTouchValues();
|
||||
void SaveHidbusValues();
|
||||
void SaveIrCameraValues();
|
||||
|
||||
// Save functions based off the respective config section names.
|
||||
void SaveAudioValues();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue