diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2022-10-17 02:56:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-17 02:56:58 -0400 |
| commit | 2f37c7948f2061e5bdef5b9b21b7e88295eff3a7 (patch) | |
| tree | 17691e2107ee254ac741c6807700a6e8eb06d794 /src/core/hid | |
| parent | f107e58fde1e52bc33fe3e1104b0fa9e3648c77f (diff) | |
| parent | ddf5577799f623c8a6e2061197b2464127eed8da (diff) | |
Merge pull request #9079 from Morph1984/unknown-unkowns
general: Fix spelling
Diffstat (limited to 'src/core/hid')
| -rw-r--r-- | src/core/hid/irs_types.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/core/hid/irs_types.h b/src/core/hid/irs_types.h index 88c5b016d..0d1bfe53f 100644 --- a/src/core/hid/irs_types.h +++ b/src/core/hid/irs_types.h @@ -14,7 +14,7 @@ enum class CameraAmbientNoiseLevel : u32 { Low, Medium, High, - Unkown3, // This level can't be reached + Unknown3, // This level can't be reached }; // This is nn::irsensor::CameraLightTarget @@ -75,9 +75,9 @@ enum class IrCameraStatus : u32 { enum class IrCameraInternalStatus : u32 { Stopped, FirmwareUpdateNeeded, - Unkown2, - Unkown3, - Unkown4, + Unknown2, + Unknown3, + Unknown4, FirmwareVersionRequested, FirmwareVersionIsInvalid, Ready, @@ -121,20 +121,20 @@ enum class IrSensorFunctionLevel : u8 { // This is nn::irsensor::MomentProcessorPreprocess enum class MomentProcessorPreprocess : u32 { - Unkown0, - Unkown1, + Unknown0, + Unknown1, }; // This is nn::irsensor::PackedMomentProcessorPreprocess enum class PackedMomentProcessorPreprocess : u8 { - Unkown0, - Unkown1, + Unknown0, + Unknown1, }; // This is nn::irsensor::PointingStatus enum class PointingStatus : u32 { - Unkown0, - Unkown1, + Unknown0, + Unknown1, }; struct IrsRect { |
