diff options
| author | 2022-06-18 23:32:07 -0500 | |
|---|---|---|
| committer | 2022-07-23 19:38:42 -0500 | |
| commit | f19e7be6e84357234c9fdae3395f988a9bb1ac5b (patch) | |
| tree | cc93872ac739fd7b967f8f62ea6abf2c8639221d /src/common/settings.h | |
| parent | Merge pull request #8545 from Kelebek1/Audio (diff) | |
| download | yuzu-f19e7be6e84357234c9fdae3395f988a9bb1ac5b.tar.gz yuzu-f19e7be6e84357234c9fdae3395f988a9bb1ac5b.tar.xz yuzu-f19e7be6e84357234c9fdae3395f988a9bb1ac5b.zip | |
input_common: Add camera driver
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index 06d72c8bf..20959ec89 100644 --- a/src/common/settings.h +++ b/src/common/settings.h | |||
| @@ -503,6 +503,9 @@ struct Values { | |||
| 503 | Setting<bool> enable_ring_controller{true, "enable_ring_controller"}; | 503 | Setting<bool> enable_ring_controller{true, "enable_ring_controller"}; |
| 504 | RingconRaw ringcon_analogs; | 504 | RingconRaw ringcon_analogs; |
| 505 | 505 | ||
| 506 | BasicSetting<bool> enable_ir_sensor{false, "enable_ir_sensor"}; | ||
| 507 | BasicSetting<std::string> ir_sensor_device{"auto", "ir_sensor_device"}; | ||
| 508 | |||
| 506 | // Data Storage | 509 | // Data Storage |
| 507 | Setting<bool> use_virtual_sd{true, "use_virtual_sd"}; | 510 | Setting<bool> use_virtual_sd{true, "use_virtual_sd"}; |
| 508 | Setting<bool> gamecard_inserted{false, "gamecard_inserted"}; | 511 | Setting<bool> gamecard_inserted{false, "gamecard_inserted"}; |