J2Kbr / GtunerIV

Gtuner IV - Titan Two's software bug report.
http://www.consoletuner.com
25 stars 4 forks source link

Configuration Descriptor Example : byteoffset 11 used twice #347

Closed Scachi closed 5 years ago

Scachi commented 5 years ago

The "dial"s are using the same byte offset:

[DIAL EXAMPLE]
shortdesc   = The 'dial' is similar to 'slider', but in a knob shape.
byteoffset  = 11
bitsize     = 16
control     = dial
default     = -150
minimum     = -1000
maximum     = 1000
step        = 25

[DIAL 2 EXAMPLE]
groupcol    = true
shortdesc   = Controls can also be placed horizontally.
byteoffset  = 11
bitsize     = 16
control     = dial
default     = 250
minimum     = -1000
maximum     = 1000
step        = 25
</cfgdesc>
J2Kbr commented 5 years ago

Fixed, thank you for reporting.