Controller Applet: Difference between revisions
Line 57: | Line 57: | ||
! Description | ! Description | ||
|- | |- | ||
| 0x0 || 0x1 || s8 playerCountMin, must be >=0 and <= | | 0x0 || 0x1 || s8 playerCountMin, must be >=0 and <=max_controllers. Older versions assert when invalid, newer versions clamp the used value to a valid range. | ||
|- | |- | ||
| 0x1 || 0x1 || s8 playerCountMax, must be >=1 and <= | | 0x1 || 0x1 || s8 playerCountMax, must be >=1 and <=max_controllers. Older versions assert when invalid, newer versions clamp the used value to a valid range. | ||
|- | |- | ||
| 0x2 || 0x4 || Unknown u8 flags, non-zero for enabled. | | 0x2 || 0x4 || Unknown u8 flags, non-zero for enabled. |