From 03d27aa14389e648f51df2bc055ee3d53a3b67f2 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Tue, 18 Aug 2026 15:10:27 -0400 Subject: d_s_name equivalent except PAL --- include/SSystem/SComponent/c_API_controller_pad.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/SSystem/SComponent') 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; -- cgit v1.2.3