summaryrefslogtreecommitdiff
path: root/include/SSystem/SComponent
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-08-18 15:10:27 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-08-18 15:10:27 -0400
commit03d27aa14389e648f51df2bc055ee3d53a3b67f2 (patch)
treee152b383a6723e24d759f3bc03b48c5c89890c46 /include/SSystem/SComponent
parent48bb9796bc2aa86a611d85a5d0c52eb7f85a9ba2 (diff)
d_s_name equivalent except PAL
Diffstat (limited to 'include/SSystem/SComponent')
-rw-r--r--include/SSystem/SComponent/c_API_controller_pad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_API_controller_pad.h b/include/SSystem/SComponent/c_API_controller_pad.h
index 812ccde3..10f56ad4 100644
--- a/include/SSystem/SComponent/c_API_controller_pad.h
+++ b/include/SSystem/SComponent/c_API_controller_pad.h
@@ -7,7 +7,7 @@
struct controller_pad_buttons {
/* 0x00 (0x80 >> 7) */ bool left : 1;
/* 0x00 (0x40 >> 6) */ bool right : 1;
- /* 0x00 (0x10 >> 5) */ bool down : 1;
+ /* 0x00 (0x20 >> 5) */ bool down : 1;
/* 0x00 (0x10 >> 4) */ bool up : 1;
/* 0x00 (0x08 >> 3) */ bool z : 1;
/* 0x00 (0x04 >> 2) */ bool r : 1;