diff options
Diffstat (limited to 'src/core/settings.h')
| -rw-r--r-- | src/core/settings.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index 8d78cb424..912b2c885 100644 --- a/src/core/settings.h +++ b/src/core/settings.h | |||
| @@ -7,7 +7,6 @@ | |||
| 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" | ||
| 11 | 10 | ||
| 12 | namespace Settings { | 11 | namespace Settings { |
| 13 | 12 | ||
| @@ -122,10 +121,6 @@ struct Values { | |||
| 122 | bool enable_audio_stretching; | 121 | bool enable_audio_stretching; |
| 123 | std::string audio_device_id; | 122 | std::string audio_device_id; |
| 124 | 123 | ||
| 125 | // Camera | ||
| 126 | std::array<std::string, Service::CAM::NumCameras> camera_name; | ||
| 127 | std::array<std::string, Service::CAM::NumCameras> camera_config; | ||
| 128 | |||
| 129 | // Debugging | 124 | // Debugging |
| 130 | bool use_gdbstub; | 125 | bool use_gdbstub; |
| 131 | u16 gdbstub_port; | 126 | u16 gdbstub_port; |