summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/hid/irsensor/pointing_processor.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-10-17 08:56:58 +0200
committerGitHub <noreply@github.com>2022-10-17 08:56:58 +0200
commit2f37c7948f2061e5bdef5b9b21b7e88295eff3a7 (patch)
tree17691e2107ee254ac741c6807700a6e8eb06d794 /src/core/hle/service/hid/irsensor/pointing_processor.h
parentMerge pull request #9080 from lat9nq/sdl-audio-not-null (diff)
parentvideo_core: Fix spelling of "synchronize" (diff)
downloadyuzu-2f37c7948f2061e5bdef5b9b21b7e88295eff3a7.tar
yuzu-2f37c7948f2061e5bdef5b9b21b7e88295eff3a7.tar.gz
yuzu-2f37c7948f2061e5bdef5b9b21b7e88295eff3a7.tar.bz2
yuzu-2f37c7948f2061e5bdef5b9b21b7e88295eff3a7.tar.lz
yuzu-2f37c7948f2061e5bdef5b9b21b7e88295eff3a7.tar.xz
yuzu-2f37c7948f2061e5bdef5b9b21b7e88295eff3a7.tar.zst
yuzu-2f37c7948f2061e5bdef5b9b21b7e88295eff3a7.zip
Diffstat (limited to 'src/core/hle/service/hid/irsensor/pointing_processor.h')
-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,