diff options
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 8dbda653a..b6c75531f 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include <string> | 8 | #include <string> |
| 9 | #include "common/common_types.h" | 9 | #include "common/common_types.h" |
| 10 | #include "core/hle/service/cam/cam.h" | ||
| 10 | 11 | ||
| 11 | namespace Settings { | 12 | namespace Settings { |
| 12 | 13 | ||
| @@ -104,6 +105,11 @@ struct Values { | |||
| 104 | // Audio | 105 | // Audio |
| 105 | std::string sink_id; | 106 | std::string sink_id; |
| 106 | bool enable_audio_stretching; | 107 | bool enable_audio_stretching; |
| 108 | std::string audio_device_id; | ||
| 109 | |||
| 110 | // Camera | ||
| 111 | std::array<std::string, Service::CAM::NumCameras> camera_name; | ||
| 112 | std::array<std::string, Service::CAM::NumCameras> camera_config; | ||
| 107 | 113 | ||
| 108 | // Debugging | 114 | // Debugging |
| 109 | bool use_gdbstub; | 115 | bool use_gdbstub; |