diff options
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index db4c8fada..fe47c364f 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 | ||
| @@ -105,6 +106,10 @@ struct Values { | |||
| 105 | std::string sink_id; | 106 | std::string sink_id; |
| 106 | bool enable_audio_stretching; | 107 | bool enable_audio_stretching; |
| 107 | 108 | ||
| 109 | // Camera | ||
| 110 | std::array<std::string, Service::CAM::NumCameras> camera_name; | ||
| 111 | std::array<std::string, Service::CAM::NumCameras> camera_config; | ||
| 112 | |||
| 108 | // Debugging | 113 | // Debugging |
| 109 | bool use_gdbstub; | 114 | bool use_gdbstub; |
| 110 | u16 gdbstub_port; | 115 | u16 gdbstub_port; |