Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Releases: phijor/ctroller

0.4.0: Virtual device rework and gyroscope support

15 Jun 19:03
0.4.0
Compare
Choose a tag to compare

Features

  • add gyroscope support:
    • creates a new virtual device that reports 3 axis
  • change how to exit the app:
    • the CIA now only exits by pressing HOME

Fixes

  • only report touch coordinates if there's a touch

Refactoring

  • restructure device handling

0.3.0: Touchscreen-support and refactoring

30 May 16:31
0.3.0
Compare
Choose a tag to compare
Re-implement touchscreen input

0.2.0: CIA build and Daemonization

17 May 10:14
0.2.0
Compare
Choose a tag to compare
  • build a CIA by default (special thanks to /u/Ketchup901 on reddit for helping me with that)
  • add switch to fork server to background
  • add switch to specify custom port

0.1.2: Handle all the options!

12 May 20:31
0.1.2
Compare
Choose a tag to compare
* add option parsing via getopt_long
* display usage information via '--help'
* set location of uinput device to write to if it is different from the
  default via '--uinput-device=<path>'
* parse the version string for the 3DS application from repo-tags

Release 0.1.0

09 May 21:11
0.1.0
Compare
Choose a tag to compare

Basic support for using a 3DS as a controller on Linux.

ctroller-0.1.0.tar.gz contains the precompiled 3DS homebrew application.