mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 14:32:32 -07:00
yuzu: Hook qt camera to camera driver
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user