Skip to content
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.

Releases: CTurt/3DSController

3DS Controller 0.6

08 Sep 22:08
Compare
Choose a tag to compare

3DS Client:

  • Backlight disabled when not in use (less battery consumption),
  • New 3DS buttons and C Stick support,

PC Server:

  • DLL errors fixed,
  • Updated vJoy to latest version (fixes Windows 10 compatibility),
  • Screenshot code scrapped
  • 2 separate JoySticks can be configured,
  • 8 additional JoyStick buttons supported,

3DS Controller 0.5

21 Mar 12:42
Compare
Choose a tag to compare

3DS Controller 0.5:

  • Updated for latest ctrulib compatibility,
  • Updated README to link to a compatible version of vJoy,
  • Fixed the "Tap" control to only fire when the keyboard is not active,
  • Added support for mapping buttons to the vJoy joypad as well as to keyboard keys (fixes support for programs like Dolphin), use by mapping a key to "JOY1", "JOY2", "JOY3", up to "JOY8",

3DS Controller 0.4

11 Dec 19:03
Compare
Choose a tag to compare
  • Keyboard support! Press L, R, and X to toggle it,
  • Warn you if your Wireless is turned off when you boot the application,
  • Improved threshold calculation when using circle pad to move mouse,
  • Setting Mouse Speed to 0 when using touch screen to move mouse sets mouse to absolute position, rather than relative to last position,
  • The Tap event is fired when the touch screen is released, rather than when it is first press,
  • Other misc bug fixes,

3DS Controller 0.3

09 Dec 23:13
Compare
Choose a tag to compare
  • Default port changed to 8889 to avoid conflict,
  • "Throttle" option in PC's 3DSController.ini, greatly reduces CPU used by application, default setting of 20 reduces CPU usage by over 6 times in my experience,
  • Can bind a key to NONE in PC's 3DSController.ini,
  • Format of the 3DS's 3DSController.ini file changed to match that of PC's,
  • Threshold for circle pad when moving mouse,
  • New setting of "Mouse Speed" in PC's 3DSController.ini,
  • Corrected Y axis when using touch screen as joystick,
  • Fixed support for CLICK and RIGHT CLICK key bindings,

If you are updating from version 0.1 or 0.2, since the settings format for the 3DS's 3DSController.ini has changed, make sure to copy the new "3DS/3DSController.ini" into the root of your 3DS's SD card (and change the IP).

3DS Controller 0.2

07 Dec 09:15
Compare
Choose a tag to compare
  • More graceful error handling towards systems without vJoy,
  • More graceful error handling when 3DS can't read 3DSController.ini,
  • Z axis on vJoy controller is now in the middle value rather than 0,
  • PC application lists your IP addresses to help those unsure of how to find it,
  • Custom key bindings support,
  • Custom port support,
  • Other misc bug fixes,

3DS Controller 0.1

05 Dec 22:15
Compare
Choose a tag to compare

Initial release.

Supports:

  • All of the standard buttons on the 3DS,
  • The circle pad as a joystick,
  • The touch screen to move the mouse,

To do:

  • Some kind of GUI,
  • Custom key bindings,
  • Support the New 3DS additional buttons and control stick,