aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/hid/irsensor
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-10-16 00:46:22 -0400
committerMorph <39850852+Morph1984@users.noreply.github.com>2022-10-16 00:46:22 -0400
commitf706b3bd24261e808d6598db819ffc21c8c36e27 (patch)
treeb41dfae683aae02767202996a1d25978dc8d574d /src/core/hle/service/hid/irsensor
parentd574bb46105a0184701e45b3e87e1dfad9cdfc49 (diff)
general: Fix spelling of "unknown"
Diffstat (limited to 'src/core/hle/service/hid/irsensor')
-rw-r--r--src/core/hle/service/hid/irsensor/pointing_processor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/hid/irsensor/pointing_processor.h b/src/core/hle/service/hid/irsensor/pointing_processor.h
index cf4930794..d63423aff 100644
--- a/src/core/hle/service/hid/irsensor/pointing_processor.h
+++ b/src/core/hle/service/hid/irsensor/pointing_processor.h
@@ -37,10 +37,10 @@ private:
u8 pointing_status;
INSERT_PADDING_BYTES(3);
u32 unknown;
- float unkown_float1;
+ float unknown_float1;
float position_x;
float position_y;
- float unkown_float2;
+ float unknown_float2;
Core::IrSensor::IrsRect window_of_interest;
};
static_assert(sizeof(PointingProcessorMarkerData) == 0x20,