Fix: Offset error in Disable Air mode #3

Merged
YiPrograms merged 1 commits from master into master 2021-05-28 08:12:36 +03:00
YiPrograms commented 2021-05-28 06:49:52 +03:00 (Migrated from github.com)

In Disable Air mode,
Since there are no air data, the slider data should be copied to memory + 6 instead of memory + 0, otherwise it will replace the air data
And the slider data in the buffer starts at buffer + 8 instead of buffer + 4

There's also a bug in the Android app. I've created a pull request there too.

After those patches, now it works flawlessly with chuni-hands!

In Disable Air mode, Since there are no air data, the slider data should be copied to `memory + 6` instead of `memory + 0`, otherwise it will replace the air data And the slider data in the buffer starts at `buffer + 8` instead of `buffer + 4` There's also a bug in the Android app. I've created a pull request [there](https://github.com/tindy2013/Brokenithm-Android/pull/1) too. After those patches, now it works flawlessly with [chuni-hands](https://github.com/logchan/chuni-hands)!
Sign in to join this conversation.