Skip to content

Releases: JonnyHaystack/joybus-pio

1.2.3

22 Jun 13:01
Compare
Choose a tag to compare

Fixes:

  • Check for POLL command in GamecubeConsole::Detect

1.2.2

23 Sep 10:42
Compare
Choose a tag to compare

Fixes:

  • Change 1-bit boolean fields to bool type

1.2.1

21 Jul 21:29
Compare
Choose a tag to compare

Fixes:

  • Ensure poll response is fully sent after N64 auto detection

Full Changelog: v1.2.0...v1.2.1

1.2.0

21 Jul 20:53
593519a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

1.1.0

23 Jun 00:34
Compare
Choose a tag to compare

Improvements:

  • Add WaitForPollStart() and WaitForPollEnd() to allow processing during receiving of poll command

1.0.1

20 Jun 11:01
Compare
Choose a tag to compare

Fixes:

  • Use busy_wait_us() instead of sleep_us() for improved performance (particularly with multicore)

1.0.0

10 Jun 00:28
Compare
Choose a tag to compare

Initial release